iOS split screen functionality

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:

  1. Check all options under “Device Orientation” (including upside down)

  2. Uncheck “Requires full screen”

  3. Change Launch Screen File to “CDVLaunchScreen.storyboard”

59%20PM

1 Like