Open
Description
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 #16 (comment)