Hello everyone,
I have a web page which is being called through webView. On that web page I have shown all my apps. On the basis of platform (iOS and Android) urls get changed. Everything is working fine but when I try to click on any of the link of web page via android device it doesn’t open up google play store but keeps the link inside of the webView.
On iOS device, app store directly opens up if any link is clicked.
So, I want to know is there any way to open up Google Play Store on android device?
I tried multiple type of links like:
1. https://play.google.com/store/apps/details?id=com.games3ctechies.thelie1
2. http://market.android.com/details?id=com.games3ctechies.thelie1
3. market://details?id=com.games3ctechies.thelie1
If we try to access second link through android browser, it directly opens up google play store. So, if a browser can perform this task then why not webView?
Any help would be highly appreciated.
Thanks,