[TIMOB-1183] Android: swipe events no longer detected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:46:06.000+0000 |
Updated | 2011-04-17T01:55:27.000+0000 |
Description
The fix for #945, removing the glass pane, exposed an problem with swipe events not being detected at all.
github hook didn't fire: Let the detector think it intercepted the down event, but make sure to forward it to the view so it can track other touch events
(from [11839bdcffca4db5d002bfd904184766f945a1ea]) [#1183 state:fixed-in-qa] Let the detector think it intercepted the down event, but make sure to forward it to the view so it can track other touch events http://github.com/appcelerator/titanium_mobile/commit/11839bdcffca4db5d002bfd904184766f945a1ea"> http://github.com/appcelerator/titanium_mobile/commit/11839bdcffca4...
(from [a8186ad5d1bb56d21e879256035a64c4a8ab733b]) [#1183 state:fixed-in-qa] Let the detector think it intercepted the down event, but make sure to forward it to the view so it can track other touch events http://github.com/appcelerator/titanium_mobile/commit/a8186ad5d1bb56d21e879256035a64c4a8ab733b"> http://github.com/appcelerator/titanium_mobile/commit/a8186ad5d1bb5...
Hey Don, I'm still not seeing swipe events using this morning pull from master
Will open new ticket for Window test.
confirmed fixed