Skip to content Skip to sidebar Skip to footer

Javascript On Click Not Working In Ios 14

I know the title is familiar, but the answers weren't ! The answers here : Button onclick event not working in iOS unless you go away from app and back, then it works OnClick not W

Solution 1:

<a class="btnxyspace" onClick="alert("sometext");"><input type="button" value="Hi"></a>

Shouldn't your on click look like this onClick="alert('sometext')" ?

I'm guessing you are talking about this one as button is commented out.

Post a Comment for "Javascript On Click Not Working In Ios 14"