[TIMOB-3195] Android: Navigation not working properly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-31T13:43:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | api |
Reporter | Nishant |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:39:12.000+0000 |
Updated | 2017-03-09T23:38:46.000+0000 |
Description
Android navigation not working.
Android win1-> win2 -> win3 -> win4 these are my navigation steps.
I'm in win4 i want to go to win3 but whenever I clicked on Android back button it goes to win1.
Basically right flow like win3-> win2 -> win1 but that flow it not working.
A workaround would be to force each of these windows to be "heavyweight" so each window is its own activity. Right now if all of these are "lightweight" they share the same activity. Hitting back on android will close the top activity, closing all your LWs hosted by it. To force a heavyweight window you can create your window with one of the properties that triggers it. Fullscreen is one of those properties, so just set it:
No test code provided, unable to reproduce, ticket marked as invalid.
Closing ticket as invalid.