I regularly look up phone numbers from my computer. To place the call I have to copy&paste the number in skype/hangouts/etc (or use Join to send it to my phone in my case).
A simple link with 'href="tel:PHONENUMBER"' would suffice to be able to call numbers with any application by just clicking it but I'm not sure what would be the best place to put it. The options are:
In my opinion, adding a "call"-button in templates/detailItems/tel.html should be the best solution since it wouldn't interfere with any logic and there doesn't seem to be any space restrictions/wrapping issues around the trash icon.
Since this is my first project for nextcloud, it would be great to get some input if this is possible, wanted and what might be the best approach.
I would prefer the extra call button
@irgendwie Like we do with the website field?
Also (unrelated, but not entirely) it could be great to set the default input type to "tel" for the mobile users :)
@skjnldsv sounds good to me, I imagine something like this:

I'm fine with setting the default input type to tel.
Edit: Maybe a bit unrelated but we could hide the icons (tel, link, ...), while the respective fields are selected, to simplify input on mobile devices.
Most helpful comment
@skjnldsv sounds good to me, I imagine something like this:
I'm fine with setting the default input type to tel.
Edit: Maybe a bit unrelated but we could hide the icons (tel, link, ...), while the respective fields are selected, to simplify input on mobile devices.