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

Access device contacts #3

Open
iamhssingh opened this issue Jun 23, 2018 · 0 comments
Open

Access device contacts #3

iamhssingh opened this issue Jun 23, 2018 · 0 comments

Comments

@iamhssingh
Copy link
Member

The PWA should be able to access contacts from user's system with user's permission. This will allow one to directly select name from phone book.

How should we accept data?
Say one user selects a Contact A from the system. Prepare a JSONObject in following form:
{ "name": "Contact A", "mobile": "xxxxxxxx", "home": "xxxxxxx", "email": "[email protected]" }
The data should be sent as the value in API. The BackEnd system will automatically accept this data. In case data has been fetched from the backend system, an id key value pair can be added in the Object.

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

1 participant