hibrid0 Active Member Licensed User Longtime User Dec 26, 2018 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Dec 26, 2018 #2 Multitouch is working. Check this JS library: B4X: WebView1.LoadUrl("https://hammerjs.github.io/") Upvote 0
hibrid0 Active Member Licensed User Longtime User Dec 26, 2018 #3 Erel said: Multitouch is working. Check this JS library: B4X: WebView1.LoadUrl("https://hammerjs.github.io/") Click to expand... 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: Dec 26, 2018 Upvote 0
Erel said: Multitouch is working. Check this JS library: B4X: WebView1.LoadUrl("https://hammerjs.github.io/") Click to expand... Hi Erel and thanks for your quick answer. I'm using is Google maps and not working the rotation, try by your selft
Erel B4X founder Staff member Licensed User Longtime User Dec 26, 2018 #4 As I'm sure I already told you, you are doing a mistake to implement your app based on WebView. Use the native GoogleMaps SDK. Upvote 0
As I'm sure I already told you, you are doing a mistake to implement your app based on WebView. Use the native GoogleMaps SDK.
hibrid0 Active Member Licensed User Longtime User Dec 26, 2018 #5 Yes was my mistake, the rotation work on Google maps, no on web version. Thank you for your time. Upvote 0