What I want to do is to open one cordova app using another cordova app. When I'm calling window.open('mycoolapp://', '_system')" it opens mycoolapp but in the same window and I can't go back to previous opened app - inside backgrounded app manager I see new opened app with previous app header. Is that ok?
On iOS it's working fine - it opens app in two separated windows.
Thanks
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48842512-android-doesn-t-open-app-in-separate-window?utm_campaign=plugin&utm_content=tracker%2F12837874&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12837874&utm_medium=issues&utm_source=github).
Hi,
What I want to do is to open one cordova app using another cordova app. When I'm calling
window.open('mycoolapp://', '_system')"
it opensmycoolapp
but in the same window and I can't go back to previous opened app - inside backgrounded app manager I see new opened app with previous app header. Is that ok?On iOS it's working fine - it opens app in two separated windows. Thanks