mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 757680 - Turn off touch event coalescing by default. r=wesj
This commit is contained in:
parent
31b1c3fb1d
commit
8b19293ff2
@ -658,7 +658,7 @@ pref("media.plugins.enabled", true);
|
||||
pref("media.stagefright.omxcodec.flags", 0);
|
||||
|
||||
// Coalesce touch events to prevent them from flooding the event queue
|
||||
pref("dom.event.touch.coalescing.enabled", true);
|
||||
pref("dom.event.touch.coalescing.enabled", false);
|
||||
|
||||
// default orientation for the app, default to undefined
|
||||
// the java GeckoScreenOrientationListener needs this to be defined
|
||||
|
Loading…
Reference in New Issue
Block a user