我在不同的浏览器中测试了我的网站,发现我的滚轮在safari中不起作用,但滚动条滚动工作(或点击鼠标滚轮)
我测试了其他网站,这在其他网站上不是问题,也可以在Chrome中正常工作,即vivaldi,opera
答案 0 :(得分:0)
我在设备模式下以chrome方式测试了您的页面。因此,在刷新页面之前,我无法通过触摸滚动。仅适用于twitter框架,因此我认为您在嵌入Twitter框架时遇到一些问题。尝试删除twitter块。
您也可以尝试删除“Nice scroll”
jQuery(function($) {
$("html").niceScroll({
cursorborder:"",
cursorcolor:"#525252",
boxzoom:true,
cursoropacitymin: 0.5,
cursoropacitymax: 1,
cursorwidth: 5,
mousescrollstep: 50
});
});