Check if a URL scheme is registered on iOS or Android in Cordova
问题 I want to check if a particular app is installed and if it is installed, invoke it. AFAIK, the way to do it is to check if the custom url scheme of the app is registered and use that url to launch the app. Is there a way for me to do this in my Cordova app? To be very specific I want to check if the Google Maps application is installed on iOS and if it is, launch it with its custom url else show the default Apple maps. This url : https://developers.google.com/maps/documentation/ios/urlscheme