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