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
I'm using flutter_webview_plugin: ^0.3.0+2 in the recently announced flutter 1.0.0 to try to load an OAuth sign-in page. It works on Android but on iOS I get a crash when trying to load the web view.
where authUrl is https://accounts.google.com/o/oauth2/v2/auth?scope=email+profile... with the rest of the OAuth parameters included and the user agent is Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36.
I'm using
flutter_webview_plugin: ^0.3.0+2
in the recently announced flutter 1.0.0 to try to load an OAuth sign-in page. It works on Android but on iOS I get a crash when trying to load the web view.This is how I'm creating the WebView:
where
authUrl
ishttps://accounts.google.com/o/oauth2/v2/auth?scope=email+profile...
with the rest of the OAuth parameters included and the user agent isMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36
.The crash that happens:
I just tried changing the URL to see if that was the case, but trying to open https://www.google.com also caused it to crash.
The text was updated successfully, but these errors were encountered: