As far as I’ve seen, if the host native Activity is recreated, the Xamarin Forms Pages are recreated. This can be easily tested if I enable “Don’t keep activities” on the device. I expected the NavigationPage to retain the back stack with the Xamarin Forms Pages.
How can I retain the back stack? Do I have to implement my own NavigationPage? What options do I have with current version of Xamarin Forms?