Hello,
I have a few questions regarding using the HTML5 video player <video> tag.
- How can we implement auto-fullscreen playback using the HTML5 player? At the moment if a video starts it has the fullscreen button show in the controls, and if you click it fullscreen playback will happen. However, we'd just like to default to this view.
- We noticed that even when the player is fullscreen that if you swipe the screen vertically you can see the site scrolling the background. When will this be fixed? When fullscreen player is active the site behind should never be shown. Compare to full screen player on iPhone or Android. The player is stationary and never shows any of the site behind regardless of touch events firing.
- The full-screen only allows playback in portrait view. If you rotate the phone it does not change to landscape. Is this a known bug or is something that needs to be done to enable this?