As an idea - see if you can use several Android activities w/ embedded Cordova Views
http://docs.phonegap.com/en/edge/guide_platforms_android_webview.md.html#Android%20WebViews Thx! Sergey -----Original Message----- From: Blaze Spinnaker [mailto:blazespinna...@gmail.com] Sent: Sunday, April 12, 2015 7:02 AM To: dev@cordova.apache.org Subject: Multiple Cordova instances per App 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