flutter_webview_plugin
flutter_webview_plugin copied to clipboard
Flutter : Web-view works on the android but its shows blank on ios.
flutter: blocking navigation to NavigationRequest(url: https://google.com/, isForMainFrame: true)}.
its shows like this.
Same here. Did you found a solution?
No
did you found the solution,i am also having same issue.
@CKokila I didn't find any particular solution, but my approach was:
- Implement the onUrlChanged of the plugin and check if the url is a valid url (if you want it to open or not). Also check your iOS Info.plist to see if you have allowed arbitrary url loads;
- Drop this plugin since it's not being maintained anymore and just use the official plugin https://pub.dev/packages/webview_flutter.
Please let me know if this is helpful for you.
@itsmejohndoe old library (https://pub.dev/packages/flutter_webview_plugin) is working but new (https://pub.dev/packages/webview_flutter) library is not working its showing blank screen for some url.