iPhone的事件都是用gesture(手势)来产生的。
这篇是描述single-finger events,单指事件。
Panning(移动)
手指按下,移动,停止的时候有onscroll事件:
[img]http://lordhong.iteye.com/topics/download/7b296acc-0611-33ad-9594-b18beff7ef99[/img]
Touch and Hold(按并持续按)
手指按下,持续按住,如果是clickable element(可点击元素),会显示信息泡泡(information bubble):
[img]http://lordhong.iteye.com/topics/download/009eaaa9-e64f-3e09-9967-c5cb31d2b6ce[/img]
这篇是描述single-finger events,单指事件。
Panning(移动)
手指按下,移动,停止的时候有onscroll事件:
[img]http://lordhong.iteye.com/topics/download/7b296acc-0611-33ad-9594-b18beff7ef99[/img]
Touch and Hold(按并持续按)
手指按下,持续按住,如果是clickable element(可点击元素),会显示信息泡泡(information bubble):
[img]http://lordhong.iteye.com/topics/download/009eaaa9-e64f-3e09-9967-c5cb31d2b6ce[/img]