Skip to content
New issue

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

Can it work with ionic framework #14

Open
zionnite opened this issue Jul 4, 2016 · 2 comments
Open

Can it work with ionic framework #14

zionnite opened this issue Jul 4, 2016 · 2 comments

Comments

@zionnite
Copy link

zionnite commented Jul 4, 2016

Hello all,

am very interested to use it in my ionic app though am still new to ionic.

pls your reply is very important

@NadirBertolasi
Copy link

I am interested in this issue too. Do you have any tweaks to make it working?

@rolinger
Copy link

rolinger commented Oct 24, 2016

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){

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants