I'm looking for a way to run more than one cordova instance per IPA / APK. Ie, instead of switching between apps, I just switch between instances of the cordova app inside one mobile application.
Has anyone done this? I'm wondering how to deal with such things as shared database storage / file storage / etc. Thanks