Video overlay: playsinline
attribute required for phones on iOS #7357
Closed
Description
opened on Dec 1, 2020
https://webkit.org/blog/6784/new-video-policies-for-ios/:
- On iPhone,
<video playsinline>
elements will now be allowed to play inline, and will not automatically enter fullscreen mode when playback begins.
<video>
elements withoutplaysinline
attributes will continue to require fullscreen mode for playback on iPhone.
Might we worth to add the attribute by default. See the HTML playsinline
attribute definition.
Activity