jQuery Mobile 和 Phonegap ontouchmove 防止视频标签的默认值?
当有人尝试点击并拖动页面时,我用它来停止在我的 iPad 的网络应用程序中滚动/弹跳。效果很好。 jQuery().ready(function(){ document.ontouchmove = function(e){ e.preventDefault(); } });
问题是它似乎不适用于视频标签。有人知道当用户单击/拖动视频时如何停止滚动/拖动吗?我不太擅长 Objective C,所以我不知道如何扩展 UIViewController 我认为它是......
感谢您的帮助。
I use this to stop scrolling/bouncing in my webapp for my ipad when someone tries to tap and drag the page. It works fine.
jQuery().ready(function(){ document.ontouchmove = function(e){ e.preventDefault(); } });
The problem is it does not seem to apply to video tags. Anyone know how to stop scrolling/dragging when the user clicks/drags a video too? I'm not very good with objective C so I don't know how to extend UIViewController I think it is...
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论