I'm really confused as to how I could start another app using WebIntent.
I have 2 apps built with PhoneGap (I'm using PhoneGapBuild) and I want to be able to start one app from the other one and vice versa.
On iOS I simply use a URL scheme: I specify the URL scheme for the app in PhoneGapBuild config.xml file and then open that URL in the other app.
With WebIntent I'm really at a loss as to what to do...as it's shown on the PhoneGapBuild plugin list I guess it works with PhoneGapBuild, but I don't know if I'm supposed to update the config.xml file also.
I'm really confused as to how I could start another app using WebIntent.
I have 2 apps built with PhoneGap (I'm using PhoneGapBuild) and I want to be able to start one app from the other one and vice versa.
On iOS I simply use a URL scheme: I specify the URL scheme for the app in PhoneGapBuild config.xml file and then open that URL in the other app.
With WebIntent I'm really at a loss as to what to do...as it's shown on the PhoneGapBuild plugin list I guess it works with PhoneGapBuild, but I don't know if I'm supposed to update the config.xml file also.