Hello,
Before accessing to Home page, I have a loading page. When some actions happen, i need to reload the app, and recall the loading page.
What is the best way to do it ?
Another push ? Stack will be very big if I do pushs in loop like that
Pop the page, and tell the loading page to restart the loading ? Best way to tell it is MessagingCenter ? OnDisappearing event ?