[ad_1]
Hi, I have a small problem. I was testing my online store on my Android phone and everything seemed to be fine. However, when I tested it on an iPhone, I had to tap twice to open a product. Is there a way to fix this behavior so that the product opens on the first tap?
[ad_2]
i already put this on functions.php but doesn´t work:
function fix_ios_double_tap_issue() {
echo ‘<script>document.addEventListener(“touchstart”, function() {},false);</script>’;
}
add_action(‘wp_head’, ‘fix_ios_double_tap_issue’);