Input type button does not work on smaller screens

0

I'm editing some pages in C # and found that on smartphone screens the confirm button of button does not work. Here is the code:

<input type="button" id="bt_confirmar" value="CONFIRMAR" onclick="javascript: criptografar();" class="btn btn-confirmar " tabindex="4"  /> 

I really have no idea why, if anyone could help, I would be very grateful !!

    
asked by anonymous 07.02.2018 / 05:38

1 answer

0

The problem was in Javascript, but it was not me who resolved it, stayed for the Back-end solve.

    
13.02.2018 / 12:22