I have a website with an image and Href link to it linking to a phone number.
<a href="tel:999999999"> <img class="banner" src="assets/banner.gif"></a>
So, when an user come to my website, he see the image, and after click on it triggers the phone call.
The thing that im trying to achieve is to skip the step of clicking i the image. So, when someone land in my website automatically triggers the phone call. Its like when someone land in my website, automatically clicks on the image.
But i want to do this action, only for mobile users. Can anyone help me with this?
I appreciate it. Thanks