Skip to content
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

Could not submit form. #1

Closed
snj07 opened this issue Jan 10, 2020 · 1 comment
Closed

Could not submit form. #1

snj07 opened this issue Jan 10, 2020 · 1 comment

Comments

@snj07
Copy link

snj07 commented Jan 10, 2020

I am trying to submit a form as given in this example. But it's not working. I want to open different URL after submission of form. Could you please tell me if it should work?

@abner
Copy link
Owner

abner commented Jan 11, 2020

no. it should not work. this package does not run javascript in a webview.
it uses a small javascript engine called quickjs and only has the purpose to allow the flutter application to get javascript dinamically from server and evaluate it inside the application.

I recommend you try the package https://pub.dev/packages/flutter_view or https://pub.dev/packages/interactive_webview if you want html + javascript + css inside your flutter app. Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants