在移动设备上使用 mootool 拖动
有没有办法让 mootools 类“Drag”在 Safari 移动设备上工作? 请不要将我链接到其他框架。
Is there a way to make to work the mootools class "Drag" on Safari mobile?
Please don't link me to other frameworks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是我使 Mootools Drag 支持触摸事件的解决方案。此方法不需要我编辑 mootools more 文件,因为我使用了 Class.refactor(仅使用 Mootools v.1.3.1 进行了测试)——它也不会破坏通常的单击事件
Here was my solution to making Mootools Drag support touch events. This method didn't require me to edit the mootools more file since i used Class.refactor (This is only tested with Mootools v.1.3.1) -- it also does not break the usual click events
我自己修好了。就像将鼠标事件映射到触摸事件一样简单。
所以解决方案是搜索&代替:
I've fixed it myself. It is as easy as maping the mouse events to touch events.
So the solution is to search & replace:
您可以尝试 https://github.com/kamicane/mootools-touch 吗?
Could you try https://github.com/kamicane/mootools-touch ?