Nathan Campos
Nathan Campos

Reputation: 29497

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?

Upvotes: 1

Views: 1101

Answers (2)

Ankit Garg
Ankit Garg

Reputation: 384

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.

Upvotes: 1

marijnvdwerf
marijnvdwerf

Reputation: 921

Have you looked at iScroll yet? It seems to be just what you're looking for.

Upvotes: 2

Related Questions