Reputation: 11806
I'm developing a phonegap based app for android and wondering how to run another app or even go to the android marketplace when the wished app is not installed in current device.
Any help would be appreciated.
Upvotes: 6
Views: 5473
Reputation: 1149
Check out this plugin called WebIntent. To learn more about intents, see here.
Upvotes: 1
Reputation: 931
Yes Dozent, it is possible but you'll probably end up needing to write a plugin to call an Android Intent. Many of the core PhoneGap API's like Camera use Intents.
http://developer.android.com/guide/topics/intents/intents-filters.html
http://wiki.phonegap.com/w/page/36753494/How%20to%20Create%20a%20PhoneGap%20Plugin%20for%20Android
Upvotes: 2