I wish to access the contacts stored in the device, but unable to do with the sample documentation provided on phonegap.com.
I have tries it on iOS 6/5 and Android Jelly Bean without any success. I have even tried it with different Cordova versions 2.1 and 2.0
My requirement is as follows:
Need to save details of the message and the recipients of the message.
So two solutions for it.
1.) Make a replica of the composer, let the user select recipients as a result of Contacts API and key in the message then invoke the SMS Plugin provided.
This is of no success until I get the Contact API to work
2.) Read the result once the native Send button is pressed, but that does not return the result as the recipient details and Message which needs to be sent into my DB.
Kindly suggest a work around to achieve the functionality.
I have tries it on iOS 6/5 and Android Jelly Bean without any success. I have even tried it with different Cordova versions 2.1 and 2.0
My requirement is as follows:
Need to save details of the message and the recipients of the message.
So two solutions for it.
1.) Make a replica of the composer, let the user select recipients as a result of Contacts API and key in the message then invoke the SMS Plugin provided.
This is of no success until I get the Contact API to work
2.) Read the result once the native Send button is pressed, but that does not return the result as the recipient details and Message which needs to be sent into my DB.
Kindly suggest a work around to achieve the functionality.
