I have a phonegapped APP and one of the functions I want is to be able to launch other apps and/or websites from within my app. I have used the examples below, they work great but they don’t launch a new app/or website but instead replace as the running app. I want my app to continue to run in the background so I can switch back to it.
location.href = “http://news.google.com”
document.location.href = “tel:+1-800-555-1234”