Apple设备不会点击触摸链接,只会选中。怎么解决?

时间:2014-05-30 15:56:08

标签: html css touch

我的网站

http://getairmax.ru/

(语言是俄语)

当我尝试使用Apple IPad或iPhone浏览器时,它没有点击,只是悬停

请在触摸苹果设备时帮我打开链接。

1 个答案:

答案 0 :(得分:0)

对于Apple设备,我使用此jquery代码:

$('your selector').on('click touchstart',function(){
//your code
});