angular-vs-repeat
angular-vs-repeat copied to clipboard
Scrolling halts unexpectedly on Safari 9.1
See the example pages: http://kamilkp.github.io/angular-vs-repeat/#?tab=8
Trying to scroll the list on safari results in the list halting unexpectedly. I've tried to debug the root cause but I was unsuccessful. Adding
overflow: scroll;
-webkit-overflow-scrolling: touch;
didn't do much to help.