You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I'm trying to use your plugin to check if google maps is installed here is my code:
$cordovaAppAvailability.check('comgooglemaps://')
.then(function () {
console.log("google maps is installed");
}, function () {
console.log("google maps is not installed");
});
The problem is that after i removed google maps app from my device success callback is still invoked for googlemaps app. At the same time in the case of whatsapp the plugin works correct and invokes to error call back after whatsapp removal. Also if i run the app on iOS simulator where google maps is not installed the plugin also works correct and invokes error callback.
I'm using ionic framework and ng-cordova.
device: iphone 5s
iOS: 10.2.1
cordova: 6.4.0
cordova plaform ios version: 4.3.1
Xcode: 8.2.1
plugin version: 0.4.2
The text was updated successfully, but these errors were encountered:
$cordovaAppAvailability.check('comgooglemaps').then(function(){console.log('Google Maps is installed');},function(){console.log('Google Maps is not installed');});
Hi guys,
I'm trying to use your plugin to check if google maps is installed here is my code:
The problem is that after i removed google maps app from my device success callback is still invoked for googlemaps app. At the same time in the case of whatsapp the plugin works correct and invokes to error call back after whatsapp removal. Also if i run the app on iOS simulator where google maps is not installed the plugin also works correct and invokes error callback.
I'm using ionic framework and ng-cordova.
device: iphone 5s
iOS: 10.2.1
cordova: 6.4.0
cordova plaform ios version: 4.3.1
Xcode: 8.2.1
plugin version: 0.4.2
The text was updated successfully, but these errors were encountered: