oneminutedistraction / phonenumber

Cordova plugin for getting an Android device's phone number
Apache License 2.0
23 stars 20 forks source link

failed is not defined #3

Open jeffersonmello opened 7 years ago

jeffersonmello commented 7 years ago

show this in my console: window.plugins.phonenumber.get(success, failed);

function success(phonenumber) { console.log("My number is " + phonenumber); } VM54:1 Uncaught ReferenceError: failed is not defined(…)(anonymous function) @ VM54:1

jeffersonmello commented 7 years ago

conceded permission i have Phone number is not available on this device

jeffersonmello commented 7 years ago

solved, need request permission in the phone