You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes#3734 by adding the playsinline attribute to the video tag in VideoPlayer.vue.
This attribute is required for iOS devices to play videos inline instead of going into fullscreen mode by default.
Official Instance
Describe the bug
To Reproduce
Open piped.video on iOS mobile and go to the video watch page.
Expected behavior
The
<video>
tag should include theplaysinline
attribute to ensure inline playback on mobile devices.Logs/Errors
No response
Browser, and OS with Version.
Safari on IOS 17.5.1
Additional context
No response
The text was updated successfully, but these errors were encountered: