-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
vCards currently only show (and write) the first item of a type. If you've got a contact with a work and a home email address (in that order) and want to write either a) the home email address or b) both email addresses then you can't.
This will need:
- UI to show multiple items of a type as different, separately selectable items
- UI to give each item a different ID (I don't know about Cordova, but standard HTML allows "item[0]" as an ID, which could be used to include indexes)
- vCard building to use IDs and put the right ones in based on which were ticked
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels