如何在 iPad、iPhone 上使用 JS 实现可拖动?
你知道,我正在寻找一种通过 JS 处理的鼠标拖动(正如我们从几个滑块插件中知道的那样)移动项目的方法,该方法也适用于 iPhone 和 iPad 浏览器?
希望有人能帮助我。 多谢!
you know, i'm searching for a way to move items via mouse-dragging (as we know from several slider plugins) handled by JS which will work on iPhone and iPad Browser too?
hope anybody can help me.
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己从未尝试过,但你应该能够使用 iphone 的特殊 safari 事件,也可能使用 ipad,如 touchstart、touchmove 和 touchend。
苹果的描述:
https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/InteractiveControl/InteractiveControl.html#//apple_ref/doc/uid/TP40008032-CH3-SW3
I never tried it myself but you should be able to use special safari events for iphone and probably also ipad like touchstart, touchmove and touchend.
description from Apple:
https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/InteractiveControl/InteractiveControl.html#//apple_ref/doc/uid/TP40008032-CH3-SW3