|
0
|
| gargantuan · 技术社区 · 16 年前 |
|
|
1
2
我也不知道SVG内部会发生什么,但我认为您应该能够使用“touchMove”事件来实现它。Safari参考库有一篇关于iPhone/iPad触摸事件的好文章: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html |
|
|
2
0
我不确定它们是如何扩展到svg的,但肯定有一些用javascript处理触摸事件的方法: http://rossboucher.com/2008/08/19/iphone-touch-events-in-javascript/ |
|
|
3
0
我认为您是对的,svg没有等效的mouseover事件。看看flash开发人员的这篇文章 opines on the sad situation .
|