Changes between Initial Version and Version 2 of Ticket #14083
- Timestamp:
- Oct 11, 2011, 3:40:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14083
-
Property
Version
changed from
1.6.1
to1.7.0b1
-
Property
Version
changed from
-
Ticket #14083 – Description
initial v2 1 {{{ 2 #!js 1 3 dojox.mobile.app.isIPhone = (dojo.isSafari 2 4 && (navigator.userAgent.indexOf("iPhone") > -1 || … … 7 9 // We are touchable. 8 10 // Override the dojo._connect function to replace mouse events with touch events 9 11 }}} 10 12 Should this not also check for iPad as well? Granted the var name is pretty bad... probably should be isIOS or something ;)