manzinello / mailgo

💌 mailgo, a new concept of mailto and tel links [deprecated]
https://mailgo.dev
MIT License
1.03k stars 51 forks source link

Set Tel Title #122

Open butchewing opened 3 years ago

butchewing commented 3 years ago

It would be nice to use the TEXT as the Tel title by default.

<a href="tel:123456789">+39 123456789</a>

https://cln.sh/Z7Fe83 instead of https://cln.sh/hLM5z9

<strong id="m-tel-title" class="m-title">+39 123456789</strong>
<strong id="m-tel-title" class="m-title">123456789</strong>

It would be really nice to be able to explicitly set the title on the Tel modal.

<a href="tel:123456789" data-title="Call Us">+39 123456789</a>
manzinello commented 3 years ago

Really good idea! Thank you