Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ios issue( lock not working) #69

Closed
ghost opened this issue Jul 15, 2020 · 5 comments
Closed

Ios issue( lock not working) #69

ghost opened this issue Jul 15, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2020

Bug Report

Screen.orientation.lock(‘landscape’) not working in iPad

What is expected to happen?

iOS app and iPad should lock into landscape mode.

What does actually happen?

Only iOS app is locked in landscape mode and not the iPad

Information

Tested using iPad Air with iOS version 12.4.6

We are using Cordova version 8.1.2 and
Plugin version- Cordova-plugin-screen-Orientation 3.0.2

Checklist

  • [ x] I searched for existing GitHub issues
@ghost ghost changed the title Ios issue Ios issue( lock not working) Jul 15, 2020
@timbru31
Copy link
Member

Have you seen #59?

@govindpn
Copy link

govindpn commented Jul 15, 2020

@timbru31

When the orientation is locked to landscape, the app screen orientation is locked perfectly, but the status bar rotates when the iPad screen orientation changes.

The application Does not support Multitasking. <key>UIRequiresFullScreen</key> <true/>

The application supports all interface orientation except for some screens, which should be locked for Landscape only.

<key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> </array>

Simulator Screen Shot - iPad Air 2 - 2020-07-15 at 16 29 08

@ghost
Copy link
Author

ghost commented Jul 15, 2020

@timbru31 , Is this issue will be resolved by the new enhancement you have mentioned in the
#59 ? Also please mention if it is a existing issue of the Cordova-plugin-screen-orientation.

@ghost
Copy link
Author

ghost commented Aug 5, 2020

@timbru31 ,any update on this issue?

@ghost ghost closed this as completed Nov 21, 2020
@govind-n
Copy link

@timbru31 Could you please comment. I didn't get any fix for the issue that I have posted earlier.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants