You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This doesn't work for me in a Xamarin.Forms iOS app on my iPad. Android works fine. The method GetSupportedInterfaceOrientations never gets called. I pulled the repo and tried the sample app and it didn't work either (its not Xamarin.Forms). Is there something incompatible with certain iOS or Xamarin versions? Xamarin.Forms does not expose the ViewController so Not sure it that is related.
I faced the same issue on the iPad. In iPad we need to disable the split-screen feature, to lock the orientation. Set RequireFullScreen to in the Xamarin.iOS info.plist file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Tried to use the nuget package without success, so I cloned the repo and started the sample app on an ipad with ios 11.3.1.
Screen rotates even if label says locked...
This is the case for both the samples-solution and the TestNugetDeviceOrientationPlugin
The text was updated successfully, but these errors were encountered: