I am developing an ipad app using phonegap. and want to launch another from my app on the tap of the icon. Can any one help me how to launch it. And what all do I need for launching another app.
Asked
Active
Viewed 96 times
1
-
Refer this http://stackoverflow.com/questions/419119/launch-an-app-from-within-another-iphone – wmfairuz Apr 05 '13 at 12:56
-
I have found 1 more option Which really has worked for me. Here is solution : Try to start MyApp startMyApp: function() { document.location = 'HelloWorld://' } Here, HelloWorld is the name of the url scheme of the app which you want to launch. – user1183194 Apr 08 '13 at 10:43