Replies: 1 comment
-
Edit: The screen orientation was locked in xcode |
Beta Was this translation helpful? Give feedback.
-
Edit: The screen orientation was locked in xcode |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use the screen-orientation plugin for setting temporary to landscape mode with:
screen.orientation.lock("landscape");
This works as expected on android.
On ios I get the error:
Requested: landscapeLeft; Supported: portrait" UserInfo={NSLocalizedDescription=None of the requested orientations are supported by the view controller. Requested: landscapeLeft; Supported: portrait} { NSLocalizedDescription = "None of the requested orientations are supported by the view controller. Requested: landscapeLeft; Supported: portrait"; }
Is this a Bug similar to the capacitor equivalents:
capawesome-team/capacitor-plugins#100
ionic-team/capacitor-plugins#2100 ?
Beta Was this translation helpful? Give feedback.
All reactions