-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
YouTube embedded player in webview #28
Comments
Same issue! |
I encounter an issue when I click on full screen button inside the youtube video. the app crush after that. what is the solution for this? |
@maltub9 please post the error log you get, otherwise I can't fix it. Also, if possible, post the code you are using to show the youtube video in order to debug it. Thanks |
I still have the same issue. Is there a solution for this? |
Same here, version ^5.4.3+7, Here's the code:
|
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
I've set the option
'mediaPlaybackRequiresUserGesture': false
, but youtube player still doesn't autostart. I'm emeding YouTube player in webview by opening a urlhttps://www.youtube.com/embed/Mz3kHQxBjGg?autoplay=1
Any ideas on how to make it autoplay in the webview?
The text was updated successfully, but these errors were encountered: