Disable content bouncing scroll

前端 未结 10 1920
我寻月下人不归
我寻月下人不归 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:41

    I guess the answer from Leonardo Pineda is right , But It's not good way to update directly into native file instead We should go for create custom plugin which will disable bouncing on iOS.

    Step 1. Clone the plugin from github repo (https://github.com/dtrmangesh/plugin-disable-ios-bouncing).

    Step 2. Add repository path into your package.json

    "dependencies": { BouncingIos : "git+"}
    

提交回复
热议问题