I am currently working on a completly web-based app-looking layout.
My problem now is that the navigation makes a short jump when I let my S3 autoscroll to the topby dragging. If I scroll up normally (without releasing my finger) this problem does not occur.
It seems that there is a problem with fixed positioning and the regular browser-bar.
CSS:
#nav {
position: fixed;
bottom: 0;
..
}
Any ideas?