Android Question Webview multitouch support

hibrid0

Active Member
Licensed User
Longtime User
Hi I have a webview load a page and work file the function zoom with 2 fingers.
I want to use a function on the page is rotate the content with fingers, this work great on Google Chrome,but not work on my webview.
 

hibrid0

Active Member
Licensed User
Longtime User
Multitouch is working. Check this JS library:
B4X:
WebView1.LoadUrl("https://hammerjs.github.io/")
Hi Erel and thanks for your quick answer. I'm using is Google maps and not working the rotation, try by your selft
 
Last edited:
Upvote 0

hibrid0

Active Member
Licensed User
Longtime User
Yes was my mistake, the rotation work on Google maps, no on web version.
Thank you for your time.
 
Upvote 0
Top