Is there a way to take the native navigation bar and navigation stack (with native transition animations) provided in NavigationPage and add it to a RelativeLayout? I am not able to find any way to add a Page to a Layout. I am fine with using custom renderers where necessary, but am trying to stay fully cross-platform in Xamarin.Forms. Alternatively, is there a way to have two Pages on the screen at once (other than with MasterDetailPage)? Thanks in advance for your help.
↧