Hi !
I’m trying to make the PhotoPickerController show on my landscape only application
but i get a
UIApplicationInvalidInterfaceOrientation reason: ** Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES **
I followed the guide here http://www.coronalabs.com/blog/2012/10/09/ios-6-game-center-and-landscape-orientation/
without success, is this workaround working with corona enterprise ?
Thanks in advance
Here is a simple way to reproduce the problem :
-
When you have an landscape only application
-
Open a webview on a page that contains an image upload form
-
Click on the form and select Pick Image from gallery
-
the application crashes with the UIApplicationInvalidInterfaceOrientation error