That's a very interesting way of implementing the problem. (BTW, no
visible scroll bars in the iPhone)
I could have a div with a table with 4 or more TD's. When switching
to a main page view, I just set TD 1 to the main page. As I need to
slide to the right, I can add the pages to the next TD and slide to
it, and so on.
As a matter of fact, I can have each main page with it's child page(s)
preset in the div/table. Then I can just display that div and slide
accordingly. I could pre-package the whole thing as a class. Looks
like the beginnings of an iPhone-GWT-FX library ;-). Thanks, great
idea!
BTW, excellent response time to my question.
Frank