如何在 iPad、iPhone 上使用 JS 实现可拖动?

发布于 2024-09-08 22:16:39 字数 106 浏览 2 评论 0原文

你知道,我正在寻找一种通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病毒体 2024-09-15 22:16:39

我自己从未尝试过,但你应该能够使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文