Баг ios chrome woocomerce click button twice fix
Главная Заметки на полях Баг ios chrome woocomerce click button twice fix
function fix_ios_double_tap_issue() {
echo '<script>document.addEventListener("touchstart", function() {},false);</script>';
}
add_action('wp_head', 'fix_ios_double_tap_issue');