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
hybrid
Android
iOS
I'm using ionic 1.3.2 and the following worked for me:
ionic 1.3.2
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.
has-bouncing="false"
ion-content
android
Hope it helps someone.