You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a Draggable Positioned element over the webview and move it up and down, it scrolls the site.
This is happening only on iOS version 8.x.x and if I am correct only on real devices. On prior versions I have checked it does not do that.
I have tried AbsorbPointer widget or IgnorePointer as well as external package (PointerInterceptor) with no luck.
The url loaded on the InAppWebView is a free template and I have not created it.
Expected Behavior
The expected behavior is to drag the Widget positioned on top of WebView and the events should not propagate to the WebView as it did on the earlier versions of iOS.
Steps with code example to reproduce
Just run this app and drag the round widget with the text over the WebView
Is there an existing issue for this?
Current Behavior
When I have a Draggable Positioned element over the webview and move it up and down, it scrolls the site.
This is happening only on iOS version 8.x.x and if I am correct only on real devices. On prior versions I have checked it does not do that.
I have tried AbsorbPointer widget or IgnorePointer as well as external package (PointerInterceptor) with no luck.
The url loaded on the InAppWebView is a free template and I have not created it.
Expected Behavior
The expected behavior is to drag the Widget positioned on top of WebView and the events should not propagate to the WebView as it did on the earlier versions of iOS.
Steps with code example to reproduce
Just run this app and drag the round widget with the text over the WebView
Stacktrace/Logs
There is no stacktrace.
Flutter version
v3.27.1
Operating System, Device-specific and/or Tool
iOS version 8.x.x
Plugin version
v6.1.5, v6.2.0-beta2
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: