You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the reason is that you're trying to load an HTTP URL. You can change the .plist file (Info.plist) in your project to add an exception for specific domains or disable App Transport Security (ATS) to allow all connections. You can find the code for both solutions here.
Do you know what that error means?
Here is the code I added. Same happens with full screen WebViewScaffold.
flutterWebviewPlugin.launch("http://www.cnn.com",
rect: new Rect.fromLTWH(
0.0, 0.0, MediaQuery.of(context).size.width, 300.0),
userAgent: kAndroidUserAgent);
The text was updated successfully, but these errors were encountered: