Mobile Safari: link () element over video element does not work on click

前端 未结 5 1571
轻奢々
轻奢々 2020-12-09 04:19

my current project is a html website that contains a dropdown menu (javascript/jquery) and a html5 videoplayer (video-tag only).

When clicking on a menu entry, the d

5条回答
  •  [愿得一人]
    2020-12-09 04:55

    Changing the attribute doesn't always work. I've found changing the video's opacity to 0 works, if you can get away with it.

提交回复
热议问题