So I created my first app and it’s great. However, I wanted to improve it, so I found out how and was able to eliminate
3 pages from the multipage, using comboboxes instead of tons of buttons.
Great.
However, when I use the back button (top navigation bar) instead of going to the 1st page of the new app with 3 pages, it reverts back
to the previous app with 5 pages. This happens when testing and deploying to a android app.
I tried everything – creating a new app, emptying caches and deleting files, and deleting everything in the www folder and re-building the app.
No matter what I try, it still reverts back to the old app if I press the BACK button. I even tried re-editing the BACK button so that instead of using ‘Go Back’ to go to the 1st page, it now is hard-wired to go to the 1st page. Same problem.
Before I scrap this and start over again, does anyone have a suggestion as to how to fix this?
Mike