?playsinline=0 does not work on Android
See original GitHub issueExpected Behavior
<iframe src="vimeo url" playsinline="false" allowfullscreen> plays video inline As playsinline is set false, the video must open in fullscreen.Actual Behavior
The video does not play in fullscreen, instead plays inline. `<html>
<head> <title> Vimeo Video Test</title> <script src="https://player.vimeo.com/api/player.js"></script> </head> <body>Vimeo Video
<div class="video mainVideo"> <iframe id="vdoframe" playsinline="false" src="https://player.vimeo.com/video/183487978" frameborder="0" allowfullscreen webkitallowfullscreen></iframe> </div> </body>`Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
?playsinline=0 does not work on Android if play is initiated via ...
Expected Behavior Initiate playback of Vimeo video via javascript on Android device. Video should open fullscreen in the native player.
Read more >webkit-playsinline is not working - Stack Overflow
On iPad? · I was trying to make it play inline on iPhones, i'll update the post to say that. · Is there...
Read more >About inline playback on mobile – Help Center - Vimeo
playsinline =0 parameter to the end of the player URL in your embed code. This will force your video to load in fullscreen...
Read more >HTML Video element, not working after iosSafari15 update
hi,. after update(ios15.0) of my iPhone12, video element on my website, what im using as video background of website has stopped working. all...
Read more >YouTube Player API Reference for iframe Embeds
Your browser can't play this video. ... Thus, this function might create the player objects that you want to display when the page...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello, this issue shouldn’t be closed, it’s still not working on Android, player.js v2.10.1 (latest) @luwes
This should be resolved in our latest player release.