fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Can i override popup dialog message title in webview? #847

Open pratamarama opened 3 years ago

pratamarama commented 3 years ago

i want to change title message popup when website prompt a message. (on android device only)

the default title is "The page at '{url}' says: {message}"

anybody help me?