@capacitor-community/contacts
v8.0.0
Published
Contacts Plugin for Capacitor
Maintainers
Readme
Purpose
This plugin enables you to access the native contacts APIs of iOS and Android. It allows you to retrieve, create and delete contacts.
Installation
npm install @capacitor-community/contacts
npx cap syncDocumentation
Extensive documentation is available here.
Shortcuts
Limitations
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.
