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
{{ message }}
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
deferred.reject(newError('Ionic native is not installed'));
662
-
return;
663
-
}
664
-
665
658
if(!window||!window.cordova){
666
659
deferred.reject(newError('Cordova is missing'));
667
660
return;
668
661
}
669
662
670
663
if(!window.plugins||!window.plugins.googleplus){
671
-
deferred.reject(newError('GooglePlus cordova plugin is missing.'));
664
+
deferred.reject(newError('GooglePlus cordova plugin is missing. Install the plugin by following the instructions here: https://github.com/EddyVerbruggen/cordova-plugin-googleplus'));
0 commit comments