Open Phonegap app from Facebook share

58 views Asked by At

I have a Phonegap app with a Facebook share function. When a user post an item from my app and another user clicks on the post (from Facebook app) it needs to open my app (if he installed it), but instead it opens the browser.

Maybe you can help me understand the process and give some ideas how to solve it.

1

There are 1 answers

0
Jaspreet Singh On

You can just pass play store or app store URL instead of your site URL . If the app is istalled in user device it will open the app otherwise open play store or app store to install your app.

Phonegap social sharing plugin link : https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin