[TIMOB-5395] Android: touchstart & touchend events are not fired in a view when returning from one window to another
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-03-16T11:29:09.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | n/a |
Components | Android |
Labels | core, exalture |
Reporter | Francisco Antonio Duran Ramirez |
Assignee | Ingo Muschenetz |
Created | 2011-09-30T14:01:49.000+0000 |
Updated | 2017-03-21T21:32:34.000+0000 |
Description
Problem
The client can not change the view color when he returns from the window three to the two.
Reproducible steps:
1.Run the attached project.
2.Go to window 3, press the change previous view button, after that
press the close button to go back to the window 2, and notice that you can not change the color of the view with the touchstart,
and touchend event.
Expected behavior:
On the window 3 after pressing the change previous view button to change the color of the window 2
user wants to change the color of the view using touchstart and touchend events when he returns from
the window three to two.
Additional information:
The code runs well in iOS, but not in Android.
Helpdesk
APP-843669
Attachments
File | Date | Size |
ai11790.zip | 2011-10-10T22:19:46.000+0000 | 2325391 |
Tried with 3.1.0 in Nexus S. Events are fired and I can see the color changes when touchstart and touchend
Closing ticket as the issue cannot be reproduced.