I am developing a web app using the iWebKit framework. I am trying to have the top bar fixed. So I tried using iScroll. I followed the instructions of iScroll but somehow it is messing up the iWebkit. I am not sure what I am doing wrong. Any help or thoughts?
Asked
Active
Viewed 200 times
1 Answers
0
You do not need iScroll anymore.
- Use
position:fixed
on header. - Add
overflow:scroll;-webkit-overflow-scrolling:touch
to the content div - Give the content div a fixed height! 440px in portrait + a 40px top margin (top bar)
- Do the same for the content div in landscape

cmplieger
- 7,155
- 15
- 55
- 83