I was quite surprised to see the Page backstack is not retained if the native host Android Activity is destroyed.
Any reason why this is not handled?
Are there any plans to support it?
It makes sense because all platforms natively have it.
I know about INavigation interface and in theory, I could implement it.
(although, from a navigation point of view, I find some of the methods in INavigation a bit strange; for example, RemovePage or InsertPageBefore methods)
How does everyone handle this?