nativescript-contacts icon indicating copy to clipboard operation
nativescript-contacts copied to clipboard

A nativescript module that gives access to the native contact directory.

Results 32 nativescript-contacts issues
Sort by recently updated
recently updated
newest added

It seems that something is broken when using this library on iOS 13. The permission request pops up, and there are no error messages. But the response is always an...

It would be awesome if this plugin could facilitate use of this feature when adding new contacts from the app: https://developer.apple.com/documentation/contactsui?language=objc I'm not sure if there's an equivalent to this...

Here is my code: addressbook.getContact().then((args) =>{ if (args.response === "selected") { let contact = args.data; console.log(JSON.stringify(contact)); //contact.name.given = contact.First_Name; //contact.name.family = contact.Last_Name; contact.save(); } }); I got anerror when i...

Please help, i get an error my scripts: ``` let app = require( "application" ); let Permissions = require( "nativescript-permissions" ); let contacts = require('nativescript-contacts'); var imageSource = require( "image-source"...

Hi, I'm new to NativeScript, but have benefitted from this plugin - thanks! However, it would be nice if: 1) One could ensure that the contacts didn't obscure a tabbed...

enhancement

Platform: ios method call: getAllContacts() config: const desiredFields = ["name", "phoneNumbers", "photo"]; code called: contact.photo && contact.photo.toBase64String("png") Error: getAllContacts Catch: TypeError: contact.photo.toBase64String is not a function. (In 'contact.photo.toBase64String("png")', 'contact.photo.toBase64String' is...

I can not use the ImageSource object for the photo of the contact when I try to use it returns me " Error in downloadBitmap - java.net.MalformedURLException: Protocol not found:...

in "index.android.js" appModule.android.on("activityResult", function(eventData) { ... never catch acitivity result in Android 5.1.1 (real device) and 6.0 (emulator and real device) but work on Android 5.0 (real device)

The newest version of NativeScript does not work with the current path for ImageSource. Removed an old path to fix the build process.

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies