cordova-plugin-contacts
cordova-plugin-contacts copied to clipboard
[DEPRECATED] Apache Cordova Plugin contacts
This PR brings this plugin's Travis CI configuration in line with the new configuration file of paramedic https://github.com/apache/cordova-paramedic/blob/master/.travis.yml which was written in a way that allows simple distribution to all...
During creating contact on Samsung S8(Android version 8.0.0) App crashes
let options = new ContactFindOptions(); options.filter=''; options.hasPhoneNumber=true; options.multiple=true; let contact:Contact[]; this.contacts.find(["displayName","phoneNumbers"],options).then((cont)=>{ contact=cont }) Ionic: ionic (Ionic CLI) : 4.1.2 (/usr/local/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.1 Cordova: cordova...
### Platforms affected Android ### Motivation and Context The phone number searching in Android is very poor by default. The phone number needs to be an exact match (or contain...
Finding a contact by phoneNumbers will not return the contact unless filter string is identical to contact phone number: Example: filter: '049999111' **will** return contact with phone number '0499991111' however...
I tried updating contact information on iOS using the plugin and it worked for strings but once I tried to modify array types, it was actually just ignored in the...
I was wondering what happens if Apple forces users to use the newer SDK from XCode 10. Do we still get these deprecation notices or cant we use this existing...
In iphone6,2 , device version : 12.1 contact permission is not getting..
Not able to get the image to work, receive below error in chrome debug: `Not allowed to load local resource : content://com.android.contacts/contacts/8/photo` also tried application here but no success, https://github.com/janpio/ionic-native-contacts...
In android cordova-plugin-contacts works fine. But In Ios this plugin does not work. Following is my code. ``` cordova.plugins.diagnostic.getContactsAuthorizationStatus(function(status){ if(status === cordova.plugins.diagnostic.permissionStatus.GRANTED){ var rpnc=JSON.parse(window.localStorage['pb']); var pp=[]; function onSuccess(contacts) { var...