Disable content bouncing scroll

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

    I'm using ionic 1.3.2 and the following worked for me:

      
      
      
    

    All this with has-bouncing="false" on each ion-content. I didn't make a thorough test to check the minimum requirements that will do the job. Yet the outcome: no bouncing in iOS and android.

    Hope it helps someone.

提交回复
热议问题