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 932 forks source link

Show any dialog or modal in app over webview #637

Open mahdi-gh33 opened 4 years ago

mahdi-gh33 commented 4 years ago

Hi, I need to show alert or fullscreen modal when the internet connection lost. Because of the way that this component implemented we cant't use normal dialog. Is there any way to show any dialog?

hienlh commented 4 years ago

I resolved it by hide webview and then when it complete, I show webview again!