Threaded View
-
22 Apr 2012 1:09 PM #1
Touchmove, Touchstart, Touchend targets wrong in iOS
Touchmove, Touchstart, Touchend targets wrong in iOS
REQUIRED INFORMATION
Ext version tested:- Touch 2.0.0GPL and 2.0.1RC
- iOS 5.1
- HTML5
- When I have a touchmove event and I track the target, it works in Chrome but in iOS the touch target is ALWAYS the first thing I touched. Even if I drag my finger to a different element, the same element.id comes back again and again.
- Check out http://roycyang.github.com/sencha-touch-extensions/ in the debug console
- Note how in Chrome or Safari if you click on the GT.FixedButton, the target changes when you move your cursor?
- Doing the same thing in iOS gives you the wrong target
- That the target element is actually what you are touching
- The target never changes, is always the first thing you touched
Code:https://github.com/roycyang/sencha-touch-extensions
HELPFUL INFORMATION
Screenshot or Video:- attached
Screen Shot 2012-04-22 at 4.57.14 PM.jpg
The touchmove target never changes in iOS:
photo.jpg
See this URL for live test case: http://roycyang.github.com/sencha-touch-extensions/
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-2809
in
2.1.


Reply With Quote