Orientation (landscape) issues with TouchID authentication

We are using TouchID for our iPad app, which supports both portrait and landscape orientations. Our understanding is that the TouchID validation dialog does not support landscape orientation, which is still fine; however, when you rotate the screen to landscape mode, the TouchID dialog remains in portrait mode, but the viewcontroller cannot rotate in landscape mode either! In addition, the status bar rotates to landscape mode for an ugly look.

We've seen similar behavior in iTunes. Please advice if this is standard behavior or if there is any other way to solve problems.

+3


source to share


1 answer


I have the same problem in my application. The Touch ID dialog seems to be preventing the view controller from getting information about the device's rotation. I tested it on the App Store - trying to buy the app. When the dialog appears in dialog mode, the App Store does not respond to device rotation.



Tested on iOS 10.2 (14C92)

0


source







All Articles