Tapping on the div should result in an alert(false) in desktop/touch enabled browsers, and should result in alert(true) on browsers which support touch events but do not support touchstart/touchmove/touchend.
Browser | Expected Result |
---|---|
All Desktop Browsers | false |
iOS (Hardware), iOS (Simulator) | false |
Android (all versions) | false |
IE7 on WP7 | true |
Maemo default browser | true (may fail if first tap results in scroll) |
Maemo FF4 | true (may fail if first tap results in scroll) |
Opera Mobile 10.1 on Symbian^3 | true |