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.
Hi, I will try to update the Readme.md so that every possible and impossible use cases of this package will be shown there.
In the meanwhile, the problem here is that the flutter-web webview is NOT a (mobile) browser, it does not behave like a browser and the usage is much more limited.
If the website you're trying to access allows iframe embeddings, then you should use SourceType.URL, otherwise use SourceType.URL_BYPASS (but this is not guaranteed to work).
Also, please note that you really should not rely on web proxies for things such as payment gateways, auth or other security-related things.
Please check this out #27
Here I explain the limitations of this package, and what are you trying to do seems like one of them.
Also, there's a new version available with multiple (breaking) changes available here: #26. Maybe you can use the new features to work-around your issue.
Closing this for now, please open a new issue if you encounter anything else.
Payment gateway not working on flutter web as it is working on flutter mobile webview.. its not redirecting to bank website.. no error is showing
The text was updated successfully, but these errors were encountered: