Hello together,
I need to replace the MainPage in my current project.
To switch the MainPage I simply call: Application.Current.MainPage = new ContentPage();
The MainPage get's replaced as expected, but sadly I can't control the transition when replacing it.
So the Screen simply flickers when replacing the MainPage.
Is there a way to control the transition?