I've created a Webresource to display customer address and contact info. This control has buttons for calling and email.
The buttons works and launches email client or dialer on:
- browser on Windows, Android, iPhone.
- Dynamics 365 for Phones app on Android.
The buttons don't work on:
- Dynamics 365 for Phones app on iPhone.
There are no visible errors, just no action.
I'm using tel: end mail-to: like this:
<a id="ContactPhone" target="_top" href=""><i class="ms-Icon ms-Icon--Phone" aria-hidden="true"></i></a>
<a id="ContactEmail" target="_top" href=""><i class="ms-Icon ms-Icon--Mail" aria-hidden="true"></i></a>
Is there something I'm doing wrong or is there an issue with the iPhone app?