views:

41

answers:

2

I'm developing a web app for iOS devices, and want to have a header that stays on the top, and then two scrollable content areas underneath it, kind of like Gmail's iPad interface and the iPad split-view apps. Does anyone know how? I've looked at http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/, which has a good solution to the fixed positioning, but only allows one scrollable content area. Does anyone know how to do this? Thanks in advance!

+1  A: 

Never mind, just found Sencha Touch, which lets me do this and much, much more!

Leticia Meyer
A: 

Use div scrolling. See Glovebox for example. Try this demo on the iPad.

Shazron