Skip to content
Snippets Groups Projects
Unverified Commit 8e59b386 authored by jane400's avatar jane400 Committed by Jane Rachinger
Browse files

mobile-config-prefs.js: enable TouchEvents API for mobile detection (MR 29)

parent 02df05f8
No related branches found
No related tags found
1 merge request!29mobile-config-prefs.js: enable TouchEvents API for mobile detection
Pipeline #144282 passed
......@@ -11,6 +11,10 @@ pref('dom.w3c.touch_events.enabled', true);
pref('apz.allow_zooming', true);
pref('apz.allow_double_tap_zooming', true);
// Enable legacy touch event APIs, as some websites use this to check for mobile compatibility
// and Firefox on Android behaves the same way
pref('dom.w3c_touch_events.legacy_apis.enabled', true);
// Save vertical space by hiding the titlebar
pref('browser.tabs.inTitlebar', 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment