我正在使用 Raphael JS 创建一个 SVG Web 编辑器,它专为 Iphone 和其他支持触控的设备以及台式电脑而设计。我很难找到与 iphone 一起使用的类似 Element.dblclick() 的事件?有谁能够帮我?谢谢你的帮助
问问题
160 次
1 回答
0
Raphael 中有可用的触摸事件
Element.touchstart - http://raphaeljs.com/reference.html#Element.touchstart
于 2013-04-12T10:44:12.360 回答