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
It seems to be more an issue of the Flutter native Platform Views, as on web platform, this plugin just use iframe html elements (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe).
Are you able to reproduce the same issue with other plugins using platform views on web? Such as the webview_flutter or something similar?
It seems to be more an issue of the Flutter native Platform Views, as on web platform, this plugin just use iframe html elements (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe). Are you able to reproduce the same issue with other plugins using platform views on web? Such as the webview_flutter or something similar?
Unluckily Flutter's own webview plugin doesn't work on web, hence the reason I decided to use yours.
After more investigations I'd say so by the way.
It' s a pity we have bugs like these when Flutter Web is declared stable.
Is there an existing issue for this?
Current Behavior
Create a simple flutter webapp like in the code example below
host it and open it through a mobile device
pinch to zoom
the whole app breaks and zoom also out of bonds.
video_2024-12-12_14-53-43.mp4
Expected Behavior
The zoom should only cover the app boundaries, and not go offscreen.
Steps with code example to reproduce
Steps with code example to reproduce
Stacktrace/Logs
Stacktrace/Logs
Flutter version
v3.24.5
Operating System, Device-specific and/or Tool
Chrome browser, Opera browser
Plugin version
v.6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: