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

WebFilterIsActive returning: NO #747

Open yangjunying opened 4 years ago

yangjunying commented 4 years ago

I used flutter_webview_plugin in module. when I start iOS and present FlutterViewController , load web page, I got info

WF: === Starting WebFilter logging for process ExpertAppEx WF: _userSettingsForUser : (null) WF: _WebFilterIsActive returning: NO

the web page not displayed

I had added new key to ios/Runner/Info.plist and I had also added the key in iOS project.

NSAppTransportSecurity NSAllowsArbitraryLoads NSAllowsArbitraryLoadsInWebContent

### but it is not works

thank for help!!!!

edoz9 commented 3 years ago

I have the same problem. Help please!

Gperez88 commented 3 years ago

check this https://stackoverflow.com/a/45211641