h5, the level of some Android videos will become the highest, which cannot be solved using z-index. What should I do?
Following the voice in heart.
<video playsinline -webkit-playsinline ></video>
If that doesn’t work:
video{ display : none; } setInterval(function(){ canvas.getContext('2d').drawImage(video,0,0); },16);
Try it in an absolutely positioned container.
Some Android webviews will actively start the system's built-in player when they detect that the video tag is playing, and the browser will be covered by the pop-up player.
If that doesn’t work:
Try it in an absolutely positioned container.
Some Android webviews will actively start the system's built-in player when they detect that the video tag is playing, and the browser will be covered by the pop-up player.