How to set ContentPage orientation or screen orientation on particular page in Xamarin.Forms cross platform
How to set Content-Page orientation or screen orientation on particular page in Xamarin.Forms cross platform. I have set ScreenOrientation = ScreenOrientation . Portrait at property of all platform but I want to show some page show in both variation means Portrait and Landscape, so how to set on page in `xamarin.forms. set screen orientation not device wise but set on page-wise some pages show in Landscape & some page show in Portrait in xamarin forms cross- platform You can do this by creating a dependency using DependencyService for specific platforms. Try doing this: Interface public