18 March 2020

How to get full detail of any mobile number in cordova?

Get full detail of any mobile number in cordova.


document.addEventListener("deviceready", hello, false);
function hello(){
navigator.contacts.pickContact(function(contact){
 console.log('The following contact has been selected:' + JSON.stringify(contact));
 
document.getElementById("number").innerHTML = 'The following contact has been selected:' + JSON.stringify(contact);
    },function(err){
        console.log('Error: ' + err);
    });
}

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...