flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

WebFilterIsActive returning: NO

Open yangjunying opened this issue 4 years ago • 2 comments

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!!!!

yangjunying avatar May 15 '20 09:05 yangjunying

I have the same problem. Help please!

edoz9 avatar Nov 09 '20 10:11 edoz9

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

Gperez88 avatar Sep 21 '21 15:09 Gperez88