I have researched this topic a lot and have not yet found a satisfactory answer:
How to create a scrollable list (list of iPhone SDK panels) inside some other html content? If I create a list inside the html body and I try to scroll the whole page, it scrolls. I know this is a double-finger scroll, but that’s not what I want.
Is there a way to prevent the entire iPhone Safari webpage from scrolling and instead include other lists inside the scroll? How to redirect java script events?
Background: the idea is to simulate the behavior of a real native application with tabs at the bottom and a selection list in the body.
Appreciate any tips! Thanks Patrick
source
share