Commit 0b188f1f authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 27256 - Enable TouchEvents on Android

This allows highlighting/selecting text by long pressing.

Thanks to towiw for the info.
parent c2b7e89e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,3 +61,6 @@ pref("network.proxy.socks_port", 9050);
pref("xpinstall.enabled", false);
pref("extensions.enabledScopes", 1);
pref("extensions.autoDisableScopes", 1);

// Enable touch events on Android (highlighting text, etc)
pref("dom.w3c_touch_events.enabled", 2);