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);