html5 videos not showing controls on android once

2019-04-16 12:45发布

Good day. I am currently working on a hybrid app using framework7 which has an html5 video. The video works fine and loads just ok but whenever the video goes on fullscreen or the controls disappear from the video player interface it wont show up again when I press the video playing. I am using <video width="100%" height="auto" controls </video>. Would there be a way to fix this or is this a limitation on the hybrid app itself? Thank you for your help.

1条回答
啃猪蹄的小仙女
2楼-- · 2019-04-16 13:44

That issue is caused by fastclick. Add class no-fastclick to your video tag and it will solve your issue.

查看更多
登录 后发表回答