I am looking for an alternative to iScroll for scrolling inside div's.
It needs to support these OS's:
And I also need pull-to-refresh functionality.
Any suggestions?
After days of evaluation, I came to the conclusion that there is no framework or library out there that fits all my needs. So, the only choice left was to create a custom solution for each operating system. This is what I came up with:
overflow-y:auto
and -webkit-overflow-scrolling:touch
. Pull-to-refresh via https://github.com/dantipa/pull-to-refresh-jsoverflow-y:auto
. Own implementation for pull-to-refresh (very tricky).