surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.26k stars 1.13k forks source link

在安卓手机上的层级问题? #351

Open bruce-zhang932 opened 4 years ago

bruce-zhang932 commented 4 years ago

在安卓手机上播放之后,层级就会高于,自己定义的div弹窗z-index,这个问题如何解决?

fxpby commented 4 years ago

同问,请问解决了吗?

fxpby commented 4 years ago

已解决,在video标签中添加x5-video-player-type:h5-page属性来控制网页内部同层播放,可以在视频上方显示html元素

liliang1993 commented 3 years ago

x5-video-player-type:h5-page没有效果,还有其他解决方法嘛

fxpby commented 3 years ago

x5-video-player-type=“h5-page” 和 x5-playsinline="true" 这两个不可同时使用,若需要同层播放需要remove掉x5-playsinline这个属性