jQuery Mobile 选择菜单未随 HTML5 视频关闭
http://sandbox.solutionsbydesign.com/montage/ipad/
由于某种原因在 iPad 上选择对话框不会消失。在插入视频之前,我对选择对话框没有任何问题,但在插入 HTML5 视频之后,该对话框在打开后不想关闭。这是 jQuery mobile 或 HTML5 视频嵌入的错误吗?
http://sandbox.solutionsbydesign.com/montage/ipad/
On the iPad for some reason the select dialog box wont disappear. Previous to inserting the video I had no issue with the select dialog box but after inserting HTML5 video the dialog box didn't want to close after opening. Is this a bug with jQuery mobile or with HTML5 video embedding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎与本机 Quicktime 播放器和 z 索引元素存在冲突。我采用的解决方法是使用 Javascript 将 Quicktime 中的本机控件替换为我自己的控件集。
It seems there is a conflict with the native Quicktime player and the z-indexed elements. A workaround that I employed was to replace the native controls from Quicktime with my own control set using Javascript.