WebView-MultiTouch-Polyfill
WebView-MultiTouch-Polyfill copied to clipboard
Workaround for missed `touchdown` events
When testing on a Galaxy Mini (GT-S5570) a freeze of animation was observed as the second finger moves on the screen.
Debug output shows the touchdown event is missed.
Theoretically it could be polyfilled easily by just changing move to down before sending the java-to-javascript message.