Opened 9 years ago
Closed 8 years ago
#14083 closed defect (wontfix)
dojox.mobile.app._event does not enable touch eventMap for iPad
Reported by: | Karl Tiedt | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | dojox.mobile touch events ipad | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
dojox.mobile.app.isIPhone = (dojo.isSafari && (navigator.userAgent.indexOf("iPhone") > -1 || navigator.userAgent.indexOf("iPod") > -1 )); <--- snip ---> if(dojox.mobile.app.isIPhone || dojox.mobile.app.isAndroid){ // We are touchable. // Override the dojo._connect function to replace mouse events with touch events
Should this not also check for iPad as well? Granted the var name is pretty bad... probably should be isIOS or something ;)
Change History (4)
comment:1 Changed 9 years ago by
Version: | 1.6.1 → 1.7.0b1 |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
Owner: | changed from ykami to Shane O'Sullivan |
---|
comment:4 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
dojox/mobile/app is deprecated in favor of dojox/app, and presumably will be removed in 2.0, so seems like we should mark this as wontfix.
Note: See
TracTickets for help on using
tickets.
Updating the version, its actually still present in 1.7 beta