I have a site on shopify and everything is working fine except when we use the site on iOS safari browser and click the “add to cart” button, it doesn’t trigger the onclick function. It works fine for all the desktop browser and android phone browser aswell. The button just doesn’t trigger on iOS safari
Here is the snippet for the button:
<a onclick="cartAdd('AM',3)"><p class="icon-cart">Add to cart</p></a>
2
Answers
Is the button like this?
If yes, you should use:
Else I can’t help you like you don’t give any code.
Ok, what you can do is add a class to your button, and then add an event listener to it: