WebView-MultiTouch-Polyfill
WebView-MultiTouch-Polyfill copied to clipboard
Check WebView zoom level & app targetdensitydpi setting
Touches generated by wmp can be off if either
a. [JAVA] the webview has a non-default zoom for some reason (need to check) or
b. [JS] the app has set targetdensityspi=devicedpi on a HDPI device = basically any setting not equalling the window.devicePixelRatio factor. See https://github.com/Philzen/WebView-MultiTouch-Polyfill/issues/16#issuecomment-9010462