-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not move with map in webview if floating button is clicked #478
Comments
i had the same issue. |
when I updated to 13.6.1, the bug is fixed |
I have still this problem even my iPhone iOS is 13.6.1 |
I had the same issue. |
I tried to debug it but I cannot resolve it. It seems there are issues with Flutter PlatformView and iOS WKWebView. |
I can solve this problem by using flutter_webview_plugin. But it cannot call the display flutter component. If I wrap it with UiKitView, it will freeze on iOS 13.4 and iOS 13.5. Looking forward to your reply, it will help me a lot. thanks |
hello |
Hi,
I have strange bug. My view is composed from Stack where InAppWebView is first and floating buttons are secondary (Something like Google maps). They floating above the map. Url is open street map.
My bug is only with iOS: When I click on any button the "touch" is somehow catch with this button and if I want to "pan" to right it zoom instead. I have to reload whole webview to make it work again, but if I click button again same problem. Map in WebView is almost impossible to use like that. On android works everything fine with totally same code.
Here you can see my error. If I LONG press on map I see Javascrip menu from WebView. But problem is when i LONG press on ICON (Layers or Note) that clik is propagated to WebView and context menu from JS is showed.
How to stop propagating this?
Same Error on iOS 12.4 and 13.6 also 13.7...
Thank you for any suggestions or solutions.
Regards,
Lukas
The text was updated successfully, but these errors were encountered: