How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms
The old way Before iOS 16, it was pretty easy to lock a Page into a certain orientation. It was basically just one line of code (if you don’t count the DependencyService boilerplate code in): UI...