右滑拼图验证码手机浏览器不兼容有解决方案吗
- 0次
- 2021-08-11 07:30:52
- idczone
安卓手机自带浏览器右滑直接变成后退网页了,对 js 不熟,研究了一天不知道哪里的问题
demo 4xl.cn/s.html
我们用 滑块验证码,移动端体验也还 OK,阿里云上面有,挺便宜的
html{
touch-action: none;
touch-action: pan-y;
}
谢谢
但是没效果
有没有大佬知道哪里问题的
document.addEventListener("touchmove",function(a){a.preventDefault()},{passive:false});
已解决