Closed danielr18 closed 5 years ago
Have a read: https://webkit.org/blog/6784/new-video-policies-for-ios/
elements without playsinline attributes will continue to require fullscreen mode for playback on iPhone.
Without this attribute, a full screen player is opened on iOS, not exactly what one wants when building its own player 😅. Do you prefer to have this as in the PR, or as a prop, or be able to pass props to the component (would be spread before important handlers)?
Published this change in v2.0.0-alpha.6.
Have a read: https://webkit.org/blog/6784/new-video-policies-for-ios/
Without this attribute, a full screen player is opened on iOS, not exactly what one wants when building its own player 😅. Do you prefer to have this as in the PR, or as a prop, or be able to pass props to the