-
Creator 版本: 2.4.0
-
目标平台:钉钉内置浏览器
-
重现方式:videoplayer不能置于最下层
设置了css的一些属性,但是不起作用
video.setAttribute(“controls”, “controls”)
// video.setAttribute("x5-playsinline", "")
video.setAttribute("x-webkit-airplay", "allow")
video.setAttribute("x5-video-player-type", "h5-page")
video.setAttribute("x5-video-player-fullscrenn", "true");
cc.game.canvas.style.position = 'relative';
cc.game.canvas.style.zIndex = cc.macro.MAX_ZINDEX + "";
