Matchstic / Xen-Lockscreen

A complete lockscreen replacement
GNU General Public License v2.0
11 stars 2 forks source link

[iOS10] The UI may render in landscape mode when device is portrait #48

Closed Matchstic closed 7 years ago

Matchstic commented 7 years ago

For some unknown reason, the UI will render in landscape orientation when the device is portrait.

Matchstic commented 7 years ago

The plan to reolve this is to check if the current device's Lockscreen can rotate. If not, I'll force the current orientation to portrait on my internal state for frame sizing. This issue doesn't occur on devices that can rotate, as willTransitionToSize will get called if the device is required to changes orientation.

Matchstic commented 7 years ago

Issue resolved for v0.3.6