-
Notifications
You must be signed in to change notification settings - Fork 262
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
Added creating and editing contacts via device form #69
Conversation
Added a documentation and example for the openContactForm and openExistingContact
@engylemure thanks for your PR. Two issues need to be resolved:
Thanks! |
Added a check for contact existence in the openExistingContact in Android
@lukasgit Sorry for the delay.
Solved these issues. |
@engylemure my apologies for the late response! Changes were made in PR #84 to migrate this plugin to android v2 embedding. Those changes affected a few lines of your PR code in ContactsServicePlugin.java. Can you please update your code and let me know when the PR is ready? Thanks! |
Sync staging version 0.4.1 with master
Sure, it is Ready. |
Thank you @engylemure ! |
Considering the existence of native forms existing in IOS and Android, I tried to provide some methods for creating and editing contacts through them.