I have a Splash Screen Orientation issue on iPhone & iPod.
The Splash always open in one direction only whatever is the device orientation at that moment.
My App support only Landscape orientation, so these the build.settings i have used are
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, “landscapeLeft” }
},
I have followed these standard to add splash screen
http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#project-build-settings
The set of splash images used are
Default-568h@2x.png
Default-Landscape.png
Default-Landscape@2x.png
Default.png
Default@2x.png
It works fine on iPad but the problem arises only on iPhone & iPod
Any one having the same issue, or have any idea to resolve it. please suggest.