-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation inside webview with atos payment system #35
Comments
Maybe you need to enable javascript? |
Hi @Gustik
and this time I jave this in the console (maybe more explicit errors) :
|
Indeed javascript is enable by default. it seems to be an SSL issue with the webview. You are probably using a server inside the flutter app and serving on |
I am getting a similar error, some URLs work and some don't
this is the error I get |
I think this is the problem, but i have no idea how to go about fixing it. |
First, thank you very much for this very nice plugin for flutter.
Next, i need your help because i am trying to implement payment system inside flutter_webview_plugin.
When i open the webview for example like this :
It is working well and my user is redirect to flutter webview to my payment page.
But when i am on the payment page atos ask me to chose my credit card like this :
On the computer when i click on a card everything is working well and i am redirected to the next page but when i am inside the flutter webview nothing happened and the flutter console show :
Do you have any ideas please ?
The text was updated successfully, but these errors were encountered: