I am currently developing app using Cordova / Phonegap. In my app, I want to check if Google Maps app is available. I am using this plugin for android and it works. It goes to the MAPS app since it is available. When I disabled the Google Maps app, it went to the error callback which is perfect. In the error callback, I tried to open the Play Store app, which also works. What I am trying to do is, when the Play Store app is opened, I want to the Play Store to open the MAPS page for me. Is it achievable? Also I want to know if there is a similar plugin like this for iOS. Or should I just open the app using an InAppBrowser? I am new to Web Technologies so I need some advice on this.
Thanks! :)