From e73b2e2cf3fdc0a2046617f75cdad242f01e86da Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Tue, 4 Nov 2014 09:51:53 -0500 Subject: [PATCH] Bug 1078029 - Turn off touch event retargeting in fennec. r=wesj --- mobile/android/app/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index ed10692690b..de8ea8e85ea 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -404,7 +404,7 @@ pref("font.size.inflation.minTwips", 120); // When true, zooming will be enabled on all sites, even ones that declare user-scalable=no. pref("browser.ui.zoom.force-user-scalable", false); -pref("ui.touch.radius.enabled", true); +pref("ui.touch.radius.enabled", false); pref("ui.touch.radius.leftmm", 3); pref("ui.touch.radius.topmm", 5); pref("ui.touch.radius.rightmm", 3);