Good day, I have the following piece of code in the index of my page:
<div class="col-sm-3 claseHome">
<button class="btn btn-primary">
<a href="tel:11111111"><span class="glyphicon glyphicon-earphone">
</span>111-1111</a>
</button>
<div class="col-lg-12 text-center"><a href="foto.pdf"
target="_blank"><img src="img/foto.jpg" class="img-responsive"></a>
<a class="nota" href="anterior.php"><strong>HOLA</strong></a>
</div>
</div>
And my problem is that, when I open the page on my cell phone, so that the call button works (that is, to redirect me to the phone with that number), I have to click several times. Sometimes it works well, sometimes it does not respond until the fifth or sixth time I touch it. Could you help me? Thanks!
I have tried several cell phones with different operating systems and different versions and it happens the same in all.