Search code examples
web-applicationsmobilemenumobile-website

Mobile Scrolling Menu Like on GMail


I'm designing a WebApp and I trying to make a tablet version of it, so I took the GMail mobile webapp as a inspiration. The mail list menu works on iOS and Android:

GMail Running on an iPad

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?


Solution

  • 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.