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
Fixed! Instead, I think the localization depends on the language you set on the smartphone. For example, I see the same message but In Italian on my smartphone.
Environment
Flutter version: 1.17.0 (stable)
Plugin version: 3.1.0
Android version: Android 10
Description
This issue will occur if a web page is using
onbeforeunload
to control page reload or close. An example would be onbeforeunload .Expected behavior: Closing a webView without any confirmation, or prevent pop before confirmed/cancelled.
Current behavior: A dialog shown after popped.
Steps to reproduce
Navigator.pop(context)
.Images
A dialog shown after the webview has been popped.
The text was updated successfully, but these errors were encountered: