gpt4 book ai didi

javascript - 滚动仅在 Android Chrome 上不起作用

转载 作者:太空狗 更新时间:2023-10-29 15:31:43 25 4
gpt4 key购买 nike

由于某些原因,滚动仅在 Chrome 浏览器中无法在 Android 设备上运行。

您可以在 Peshkuiarte.com/mobile 查看该网站

我试过:

    $(document).ready(function() {
$('body').css('touch-action', 'auto');
});

我似乎无法弄清楚...任何帮助将不胜感激

最佳答案

滚动是指在移动设备上用手指拖动页面吗?

您已将 -webkit-user-drag: none; 设置为 body 的内联样式,这可能是原因。

这是一个特定于 Webkit 的属性:

CSS property: -webkit-user-drag

Description

Specifies that an entire element should be draggable instead of its contents.

Syntax

-webkit-user-drag: auto | element | none;

Values

  • auto The default dragging behavior is used.

  • element The entire element is draggable instead of its contents.

  • none The element cannot be dragged at all.

Chrome 1-17 和 Safari 3-5.1 支持:http://www.browsersupport.net/CSS/-webkit-user-drag

关于javascript - 滚动仅在 Android Chrome 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26611461/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com