video自动全屏播放 关于Screen.lockOrientation() https://developer.mozilla.org/en-US/docs/Web/API/Screen/lockOrientation 这个是实验性的功能,只有在全屏模式下才有效果,比如我的mi4上没开全屏模式就提示: Uncaught (in promise) DOMException: lockOrientation() is not available on this device.…
video属性介绍 iOS的属性 playsinline On iPhone, video playsinline elements will now be allowed to play inline, and will not automatically enter fullscreen mode when playback begins. video elements without playsinline attributes will continue to require fulls…