-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Opening lockscreen in landscape #72
Comments
This isn't really necessary, given #71, right? |
Thanks a lot for quick response. My app can be opened in portrait and landscape. For portrait orientation I have #71 issue and for landscape this one. Interesting is that if I rotate device after lock screen is displayed it will fix both problems and generate layout correctly. So there has to be some difference when layout is generated initially and when its rotated. Using latest ios7. |
Sadly I don't really have much time in the foreseeable future. I will try, but I can't promise anything. |
I'm experiencing the same issue which the 3.4.1 tag via CocoaPods. I also checked the latest version from the master branch. The issue seems to be solved there. |
Apparently I forgot to tag and create a pod for the latest changes. |
Unfortunately it didn't work with 3.1.5. Check out my pull request its solved there. |
Awesome, thanks! |
* commit 'db253d31faef6d958d9a0e48278df0f6491800b3': Removed redundand code logic. Fixed constraints for iOS 8. Fixed status bar offset for iPad and iOS 8. Some fixes for iOS 8. Moved the dismiss call before the delegate call. Fixes issue rolandleth#72 Updated README. Changed frame depending on status bar visibility.
This can be reproduced with demo project. Just rotate to landscape on ipad and tap on test. It will display lock screen somewhere off the screen.. and if you rotate to portrait and back.. its OK.
The text was updated successfully, but these errors were encountered: