question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

?playsinline=0 does not work on Android

See original GitHub issue

Expected 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:open
  • Created 6 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
gaelganlutcommented, Mar 19, 2020

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

2reactions
luwescommented, Mar 13, 2018

This should be resolved in our latest player release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found