Hello,
I have been experimenting with Xamarin and have come upon a situation which I can't seem to figure out. The idea is when you have a forms page (or likely a collection of such pages, which the user will navigate/interact with in some way) and then at some point you want to transition to the platform's native version of the page (for example, starting a new activity on Android which is the replacement for the current forms page). It would be great to keep the navigation stack, as well. Would anyone have an example of such a use case, or perhaps even an abstract description of how to accomplish such a task? Please ask me for any refinements for the description that will help make it clearer!
Thank you.