apptreesoftware / flutter_webview

An embeddable webView plugin for flutter.
MIT License
113 stars 31 forks source link

onRedirect.listen does not work on IOS #34

Open jkyon opened 4 years ago

jkyon commented 4 years ago

Hi I´m using the flutter web view for Authorization code grant (OAuth2) to get the token. However, when the credentials were given in the webview, the token never return to the app. The listen method is not executed, and the control never back to the app.