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

NSExceptionDomains flag is not working when i set NSAllowsArbitraryLoadsInWebContent as false #798

Open ravitejaavv opened 4 years ago

ravitejaavv commented 4 years ago

Issue occurs on: iOS >= 10.0 Plugin version: 0.3.11

I want to disable NSAllowsArbitraryLoadsInWebContent and allow only specific domains. But if i set NSAllowsArbitraryLoadsInWebContent = false then webview is not loading.

Screenshot 2020-08-11 at 5 11 29 PM