0

so I'm developing a small online store using Phonegap. Currently I have a website for the store so the users can see the products offered. I want to add a button inside the products page so I can open the product inside the app.

For example, I have the following product with this url www.mysite.com/?product=55 I want to open this same url inside the Phonegap App in Android and iOS.

Any idea as to how to do this? Any help is greatly appreciated. :D

Brian Moreno
  • 977
  • 4
  • 11
  • 39
  • 1
    Possible duplicate of [Open iOS app from browser](http://stackoverflow.com/questions/25883113/open-ios-app-from-browser) –  Mar 22 '17 at 02:02
  • Will your referred answer work in Android and iOS Phonegap Apps? – Brian Moreno Mar 22 '17 at 02:05
  • 1
    This is the answer that you want for android- https://stackoverflow.com/questions/525063/android-respond-to-url-in-intent – Shmuel Mar 22 '17 at 02:09
  • The key word for you to search is "custom url scheme", check this: https://www.npmjs.com/package/cordova-plugin-customurlscheme –  Mar 22 '17 at 02:14

0 Answers0