Xamarin.Plugin.DeviceOrientation icon indicating copy to clipboard operation
Xamarin.Plugin.DeviceOrientation copied to clipboard

Cross-platform plugin to work with screen orientation of mobile device.

Results 15 Xamarin.Plugin.DeviceOrientation issues
Sort by recently updated
recently updated
newest added

It took me way too long to find out that you need to set this in the Info.plist.

enhancement

What is the correct way to do orientation comparisons? I've tried the following, none of which work: ``` bool fail1 = CrossDeviceOrientation.Current == 2; bool fail2 = CrossDeviceOrientation.Current == DeviceOrientations.Portrait;...

question
need feedback

Hi, I want to prevent the app to be rotated to portrait mode in certain scenarios, but I need it available so I can't disable it completely. I know we...

enhancement

enhancement
help wanted