Open michael-sem opened 2 years ago
I am facing this same issue. when will this issue fixed? any idea.
Thanks
@enesser can you look at this isuue. please
@RanaMuhammadAdnan No major platforms are v4 compatible, there’s nothing to be done.
@enesser I am using latest iOS mobile and Windows 10. I have same issue in both platforms. Can you please fix this issue?
I am trying example from documentation:
https://www.npmjs.com/package/vcards-js#complete-example but with version 4.
` var vCard = vCardsJS();
` In version 4, the phone output:
TEL;VALUE=uri;TYPE="voice,work":tel:312-555-1212
Which is not showed correctlyWhen i use version 3, the output is
TEL;TYPE=WORK,VOICE:312-555-1212
and it works as expectedAm i doing something wrong or how can i use phone in version 4?
Thanks