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 can use
.scroll-content { -webkit-overflow-scrolling: auto !important; }
add it in the scss file.