安卓手机自带浏览器右滑直接变成后退网页了,对 js 不熟,研究了一天不知道哪里的问题
demo 4xl.cn/s.html
demo 4xl.cn/s.html
1
zhdsuperm Nov 26, 2020
我们用 滑块验证码,移动端体验也还 OK,阿里云上面有,挺便宜的
|
2
MonkeyD1 Nov 27, 2020
html{
touch-action: none; touch-action: pan-y; } |
4
yitalin OP 有没有大佬知道哪里问题的
|
5
yitalin OP document.addEventListener("touchmove",function(a){a.preventDefault()},{passive:false});
已解决 |