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
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"; }
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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