@capacitor-community/contacts
Capacitor Plugin for accessing Contacts.
This plugin enables you to access the native contacts APIs of iOS and Android. It allows you to retrieve, create and delete contacts.
npm install @capacitor-community/contacts
npx cap syncExtensive documentation is available here.
This plugins only adds support for using the native iOS and Android APIs. If you want to make use of the JavaScript API as well (for a possible webapp) you should implement that separately. Of course it should be possible to integrate this into the plugin in the future. If you want to help out with this, please start a PR.
