console.warn('Cordova: tried calling','"'+pluginName+'.'+methodName+'"','but Cordova is not defined. Please make sure you have cordova.js included in your index.html file and you are running in a proper cordova environment');
reject({
error:'cordova_not_available'
});
return;
}
if(!_this.hasPlugin(pluginRef)){
console.warn('Cordova: tried calling','"'+pluginName+'.'+methodName+'"','but the '+pluginName+' plugin is not installed.');