Events - iPhone

Registration
Events

The following events are registered:

Elements

The events are registered on the following elements:

Miscellaneous

Event properties



These properties belong to the last event that fired.

This page tests the iPhone focus events; in order of appearance mouseover, mousemove, mousedown, mouseup and click. They all fire when you click on the test link below.

This simple test shows that the One-Finger Events page of the iPhone web dev documentation is just plain wrong. According to the documentation, a tap generates a mousemove event first, and then only if the content doesn’t change mousedown, mouseup and click events.

The link below is changed after each event (the event name is added to it), but all events continue firing anyway. The documentation cryptically states “The mousemove event also generates moveover [sic!] and mouseout events.”, but these events fire before mousemove, not after.

Test elements

This paragraph has tabindex="1".

Testlink for iPhone.