Strange Android Back nav behavior
See original GitHub issuePlease, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
Yes
Tell us about the problem
Video: https://www.screencast.com/t/1hXgziXKy2oo
So you can see when I navigate back I am clicking around on the items in the Listview (and the events do trigger actually), but no navigation is at all possible. Clicking the back button multiple times though seems to like send me BACK to the “Next” page, like it’s freaking out or something.
Also of note if I use the app and navigate DEEPER (it’s almost like a wizard, like 10 steps deep) the back and forward always works fine, it’s just the one particular simple view that causes the problem… almost like it only happens with 1 item in the navstack.
I even tried doing something like
if(page.isBackNavigation()){
//frame module code to send them back to home with cleared history
}
…but nothing happens, like I said, all nav functionality freezes ONLY ON BACK
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 3.2
- Cross-platform modules: 3.2
- Runtime(s): 3.2
Please tell us how to recreate the issue in as much detail as possible.
I can provide a private zip of the project if required… I would GUESS
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
See above, can provide privately
<bountysource-plugin>Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Okay yeah firebase isn’t needed,
WOnt be any callbacks and it replicates
Here we go, sorry about the “size” I left in the platforms so everything would be exactly the same
https://www.dropbox.com/s/4ehs7sru5k7wfj2/Archive.zip?dl=0
cd apps cd macdot
the app.ts needs to start on this item moduleName: utils.isLoggedIn() ? “./views/home” : “./views/login/login”
Login needs to be 2010fake.student1@medportal.ca passpasstest123
On Wed, Sep 27, 2017 at 7:04 AM, Nikolay Tsonev notifications@github.com wrote: