Web view and tel:

enginet

Member
Licensed User
Longtime User
Seems like the webview component is not capable to handle the "tel:" link.

If i write a link like this in a web page:
PHP:
<a href="tel:+390243535365">Click here to call</a>
every browser will open the phone dialer when i click, but webview browser doesn't do it, and it's quite annoying because these apps are mainly meant to run on mobile.

Regards,
Daniele Cosenza
 
Top