After several days of evaluation, I came to the conclusion that there is no infrastructure or library that would meet all my needs. Thus, the only choice is to create an individual solution for each operating system. Here is what I came up with:
- iOS <5: iScroll
- iOS > = 5: scroll through CSS pages
overflow-y:auto and -webkit-overflow-scrolling:touch . Pull-to-refresh via https://github.com/dantipa/pull-to-refresh-js - Android : iScroll
- WP8 Native scrolling through
overflow-y:auto . Native implementation for pull-to-refresh (very complex).
Timo
source share