Is there a way to programmatically set the orientation? The problem I am facing is a terrible launch image when the application loads in landscape orientation. This is true for iOS and Android. The image of my launch has a white background and when you hold (or simulate) a device in the landscape, you can see a black background filler.
Maybe I can limit the orientation to the portrait in the config ... and then after the launch is complete ... then allow (software installed) for both the landscape and the portrait? Or maybe let me set the launchimage fill color to something other than black (which looks great using the standard trigger trigger.io because it has a black background)? My current settings:
"launchimage": { "iphone": "img/320x480.png", "iphone-retina": "img/640x960.png", "ipad": "img/768x1004.png", "ipad-landscape": "img/1024x748.png", "android": "img/640x960.png", "android-landscape": "img/1024x748.png" },
The launch image (holding the device in the landscape) is similar to this image

source share