How can I turn off full screen mode on mobile or at all?
Be sure to search for your issue before opening a new one.
Current Behavior
On my iPhone 15 when I play the video, it's automatically open on fullscreen
Expected Behavior
When I play the video it just plying in defauld mode(NOT in FullScreen)
Steps to Reproduce
- Click (play)
- Full screen mode on(on my phone, on desktop - no)
- Swipe down for close fullscreen mode( or click close fullscreen mode)
- The video paused
Environment
- URL attempting to play: any
- Browser: safary, chrome, FB browser
- Operating system: iOS
- jsFiddle example: https://jsfiddle.net/sv5x3ug1
Other Information
I just got here looking for the same solution
This can be done by settings playsinline to true if supported.
This is the documentation about that parameter on vimeo : https://help.vimeo.com/hc/en-us/articles/12425812053265-Inline-playback-on-mobile.
I don't know if it's supported by the video hoster you provided in the jsfiddle.
On IOS, by default the popup will appear on the screen, as playsinline is by default set to false, please pass that as true to solve the issue.