Has anyone had any experience getting an ionic app to work in split screen mode? I have an existing app but it appears to greedily force itself to take the full screen. How can I make it play nice in split screen?
eg.
Has anyone had any experience getting an ionic app to work in split screen mode? I have an existing app but it appears to greedily force itself to take the full screen. How can I make it play nice in split screen?
eg.
In case anyone else is searching for this I found I could enable this in Xcode with the following changes:
Check all options under “Device Orientation” (including upside down)
Uncheck “Requires full screen”
Change Launch Screen File to “CDVLaunchScreen.storyboard”