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
You will need to set overflow-scroll to false like :
overflow-scroll
false
overflow-scroll="false"
Works on Ionic 1.3