1
I created 3 buttons (web application), the problem is that when I click on them(buttons) on the mobile screen the area of div of the button turns blue (lights up and erases). The curious thing is that when I click the mouse by the computer does not happen, it works normally. Does anyone know why?
HTML
<div id="botaoPause" class="botao alinhar centralizar">
<i class="fas fa-pause"></i>
</div>
<div id="botaoStop" class="botao alinhar centralizar">
<i class="fas fa-stop"></i>
</div>
This is the device’s feature to highlight that something has been clicked (or played).
– Sam
I think not, because if it were on other sites it would have the same effect, and I’ve tried it, it doesn’t happen.
– Hupernikomen