-
Notifications
You must be signed in to change notification settings - Fork 262
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
Android Webview can not play view in Vimeo #951
Comments
Hi @KirylAkulich1 . Can you provide any more details about the context of this? Android/Webview version? A specific video or any video? Was it autoplay and autoplay stopped working without mute/unmute? |
Hi. We have tested on Android 12/13. WebView version - Android System WebView 117.0.5938.60. |
Was the same code working previously in earlier versions of the Webviews? What does you code look like? |
I can reveal some html element properties: <iframe> has next properties: <iframe src="some_src" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="" title="some_title"></iframe> |
I have not updated web view. Previously video played correctly. Previously MediaPlaybackRequiresUserGesture flag was not used. |
Are you able to see any debug information from the page loaded in the Webview? Like do you see any Javascript errors in the Javascript console for the page? |
I have found a way to demo a problem: Screen.Recording.2023-10-03.at.11.37.31.movVideo plays only when it is muted. Code to reproduce https://codepen.io/KirylAkulich1/pen/WNLgzBK |
I have found an interesting thing about |
Hey @KirylAkulich1, thanks for reporting this issue. I've added a ticket to our internal system to investigate. We'll reply to this issue when we have updates. Thanks! |
Expected Behavior
Video should be played
Actual Behavior
video is not played.
Steps to Reproduce
Play video in web view. Literally few days ago videos worked well but now videos can not be played. Played only when user mute/unmute video.
The text was updated successfully, but these errors were encountered: