We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello all,
am very interested to use it in my ionic app though am still new to ionic.
pls your reply is very important
The text was updated successfully, but these errors were encountered:
I am interested in this issue too. Do you have any tweaks to make it working?
Sorry, something went wrong.
I am using it with ionic, it works fine, for Android 6 (SDK 23) you will need to add the following line to your AndroidManifest.xml
<uses-permission android:name="android.permission.READ_CONTACTS" />
...and then use a plugin like cordova-plugin-diagnostic to actually request the user for authorization to use the above permission:
cordova.plugins.diagnostic.requestContactsAuthorization(function(status){
No branches or pull requests
Hello all,
am very interested to use it in my ionic app though am still new to ionic.
pls your reply is very important
The text was updated successfully, but these errors were encountered: