Disable content bouncing scroll

前端 未结 10 1914
我寻月下人不归
我寻月下人不归 2021-02-09 06:25

In my hybrid app there\'s a possibility to drag the screen to refresh the list. In Android this works fine, but on iOS when I\'m dragging

10条回答
  •  你的背包
    2021-02-09 06:48

    You can use

    .scroll-content { -webkit-overflow-scrolling: auto !important; }

    add it in the scss file.

提交回复
热议问题