Mobile Scrolling Menu Like on GMail
I'm designing a WebApp and I trying to mak开发者_C百科e a tablet version of it, so I took the GMail mobile webapp as a inspiration. The mail list menu works on iOS and Android:
I've tried to make something similar as you can see at jsFiddle: http://jsfiddle.net/NNwnk/, but without success, since that won't work on Android, neither iOS. When you swipe to scroll, nothing happens. So how can I make this work?
Have you looked at iScroll yet? It seems to be just what you're looking for.
https://developers.google.com/mobile/articles/webapp_fixed_ui
Google has an article which says how they have implemented their scrolling. Something that might be of help.
精彩评论