There are several places in my app that are suddenly loading completely blank pages.
I first noticed this when I finally got my apps loaded onto a phone (TestFlight and Android) but at this one screen for both, the app goes completely blank.
I came in to test with web preview, and it’s now going blank at a completely different place, when it didn’t used to do that!
Not sure how to diagnose this! Doing a customer walkthrough today… anyone have any idea what’s going on or how I can fix it?
I don’t think resetting the navigation stack is the intended fix for a page not loading, although that may have worked for you.
Regarding navigation stack;
When a user moves from one screen to another, the new [destination] screen is stacked as a layer on the top of the old [origin] screen, and so by default, Bubble shows the native mobile “Back” button that leads the user back to the former screen.
Resetting the stack ensures that the new [destination] screen is viewed as the new base, and so the back button isn’t shown.