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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: