You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
I tried using the navigator.contacts.pickContact() but i get: ContactError.OPERATION_CANCELLED_ERROR (code 6)
Maybe the code isnt working becouse when pickContact is called the app gets paused. In the cordova plugin repo, they recommend to wrap the returned object in a Contact object before using it, If the plugin returns its result in the resume event. But the ionic resume event isn't returning any result.
Help please!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a button for picking contacts. The code works in android 5 to 7 but fails in android 4. This is a piece of the code:
I tried using the navigator.contacts.pickContact() but i get:
ContactError.OPERATION_CANCELLED_ERROR (code 6)
Maybe the code isnt working becouse when pickContact is called the app gets paused. In the cordova plugin repo, they recommend to wrap the returned object in a Contact object before using it, If the plugin returns its result in the resume event. But the ionic resume event isn't returning any result.
Help please!
The text was updated successfully, but these errors were encountered: