OpenContactForm should take initial Contact
Muhammadjaved7209 opened this issue · 3 comments
Muhammadjaved7209 commented
Contact newContact = new Contact();
newContact.givenName = "Ajay";
newContact.familyName = "abc";
newContact.phones = [
Item(label: "mobile", value: "9998887771")
];
ContactsService.openContactForm(
androidLocalizedLabels: true, iOSLocalizedLabels: true);
using openContactForm the native save contact form is open...
but it does not take initial contact as a parameter so that the fields must be prefilled when form is open...
onursahindur commented
+1
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
kingkarki commented
@Muhammadjaved7209 i have same problem how you fixed this issue ?