iPad Safari mobile seems to ignore z-indexing position for html5 video elements

前端 未结 11 1992
鱼传尺愫
鱼传尺愫 2020-11-29 04:46

I got a video element on a page that\'s working fine both in safari mobile and desktop. I have a seme-transparent pull-down menu that\'s working fine. The problem is, when t

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 05:11

    -webkit-transform-style:preserve-3d and -webkit-transform:translateZ(0) didn't work for me.

    Using Flowplayer with the ipad plugin and the controlbar plugin allowed me to remove the ipad created control bar and replace it with something that can be z-indexed below my modal windows.

提交回复
热议问题