I'm creating an app using Cordova and I would love for my app on the iPad to use this cool feature called "Split View" aka "Apps Side by Side" or "multitasking" (see picture "My goal")
If I'm using a build target iOS 9 my app simply works as it was from the days of iOS #1
If I'm using a build target iOS 11 my app can be overlapped by another app, but that's it (see picture "My best result so far")
I'm using built-in apps to illustrate my idea:
My goal:
My best result so far (with build target iOS 11):
So I'm lost:
- Do I really need to drop support for iOS 9.x to do that?
- Any suggestions on how actually implement this? Thank you!