-
Notifications
You must be signed in to change notification settings - Fork 303
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
Proof of Concept: Contacts Picker in Cordova #3301
Comments
This is what we get -- no addresses or other more private data (sample data on a simulator)
|
SailingSteve
added a commit
to SailingSteve/WebApp
that referenced
this issue
Dec 11, 2021
Loads the contacts from the Apple Contacts API Most of the look and feel, most of the navigation for wevote/issues/3301
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set up a proof of concept in the Cordova App where a voter can access the contacts on their phone (iOS or Android). This is a link to the mockup: https://invis.io/SGZXU91H7R6#/442831992_Paid-Recruit-2a-Add_Contacts_Index
From your earlier notes:
It looks like iPhone/Android contacts are not available to JavaScript apps, only native (or Cordova) apps. (It kind of makes sense!)
https://web.dev/contact-picker/
PS. This second one seems to be deprecated: https://github.com/apache/cordova-plugin-contacts
The text was updated successfully, but these errors were encountered: