I would like to create an HTML link so that anyone could easily find me on whatsapp. There is URL Schema that whatsapp provides but there is no way I found on the documentation to share a contact. The only functionality the schema handles is that of sending a message and optionally include an user ID from the existing library.
How would you address this problem? Is there any way to create a contact in the phonebook using HTML? That will also work.
The closest thing I have found is the html "tel" tag, but that may launch other applications other than the contact list to add a new contact.