Hello,
I am having a hard time with a buggy behavior in a client app, so I tried to reproduce it on a sample at GitHub. Sometimes when minimize the app and reopen it, it is getting stuck in SplashScreen after clicking a HomePage button that goes to a NavigationPage.
Steps to reproduce:
On Debug mode, start the app and click the "Go to Tabs" button at HomePage
When done use Android Home button to minimize the app - OnSleep (do not swipe to close completely)
Re-open the app and you are going to see the HomePage again
Click the "Go to Tabs" button and get stuck at white SplashScreen
Here I give a sample to reproduce the bug:
https://github.com/nilomobrj/xf-buggy-sample/tree/main/Tab
Also uploaded a video to demonstrate:
https://youtu.be/9ZlPYznG9zE
Thanks in advance for any help!