Hi,
I'm actualy work on a cross-platform project.
I would like to if we can get the Xamarin.Page in a Windows RT project (windows tablet) with the instruction :
Content = MobileCRMApplication.App.GetMainPage().ConvertPageToUIElement(this);
We have to import Xamarin and Xamarin.Forms, but in this case whe have the Xamarin.Page and the Windows.UI.Xaml.Controls.Page so it can't works.
Syncerely