Bug 1544517 - On GeckoView default to treating mouse inputs as mouse. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D29484

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-05-01 14:53:01 +00:00
Родитель 069fbaa157
Коммит dc2d079829
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -50,3 +50,6 @@ pref("browser.safebrowsing.features.trackingProtection.update", true);
pref("browser.safebrowsing.features.cryptomining.update", true);
// Enable fingerprinting protection blocklist updates
pref("browser.safebrowsing.features.fingerprinting.update", true);
// Treat mouse as touch only on TV-ish devices
pref("ui.android.mouse_as_touch", 2);