-
Notifications
You must be signed in to change notification settings - Fork 936
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
How do I do webSettings in flutter? #427
Comments
hi @jockebq it's not possible to add this currently. if you want to set this option, we need to add this to plugin's api (like the rest values). PRs welcome (but create an issue first) |
Thank you for the reply, I created a new issue as you suggested: |
Is there any progress? I aslo want to play videoes automatically without user interaction. |
did you solve it? |
On my Android Studio project (non flutter based) I can do this:
This will allow autoplay of media without user input.
How do I this in flutter_webview_plugin?
Thank you!
The text was updated successfully, but these errors were encountered: