I must say it’s a painful task whenever I make changes
It just keeps on previous active page, thus make injected providers cannot work due to initialization when the app boots up
so I just want to go back to latest root page while reloading, any way to do so?
ps: I think it’s related to some kind of app’s resume event, but I can’t find any docs about it
well I think you got me wrong here, please correct me if I make some mistakes
what I want to convey is that every time the code is re-built, it triggers the reloading process, which keeps reloading my previous active page as only active page
ex. root => page1 => page2, here I make some changes while on page2, ionic trigger reloading and get stuck at page2 => some errors happen due to lack of initialization process
only when I get out of current session, start the app again, then it runs with updated codebase