I have developed a Forms app and the app pages derive from ContentPage. However the functionality is now required to be built into an existing non-Forms Xamarin app and it is expecting a ContentView to display the app in a window (tested with a simple "HelloWorld" app). Is it in anyway possible to put my ContentPage-based app in the ContentView? Or should it be possible to open my ContentPage-based app in a fullscreen window from within the non-Forms app?
↧