开发者

iPad WebApp: Transition button not working above video

开发者 https://www.devze.com 2023-03-22 09:22 出处:网络
I have an issue with HTML5 video and transition. I clearly see the two transition buttons I made above the video but I can\'t click on it.

I have an issue with HTML5 video and transition. I clearly see the two transition buttons I made above the video but I can't click on it. It seems that the video captures the click.

Does anyone have 开发者_开发知识库the solution?


On iOS, I have seen video elements swallow clicks when controls attribute is present. Try removing controls attr, and then re-adding it when video starts.

0

精彩评论

暂无评论...
验证码 换一张
取 消