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
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
i want to use navigationDelegate with SourceType.urlBypass, as a mention in documentation
Callback that, if not null, gets executed when the user clicks something in the webview (on Web it only works for SourceType.urlBypass, for now)
but i found error in chrome
Access to XMLHttpRequest at 'https://cors.bridged.cc/https://flutter.dev' from origin 'http://localhost:41295' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET https://cors.bridged.cc/https://flutter.dev net::ERR_FAILED 401
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i want to use
navigationDelegate
withSourceType.urlBypass
, as a mention in documentationbut i found error in chrome
The text was updated successfully, but these errors were encountered: