I made a web application for iOS-Devices and used Bootstrap from Twitter because it supports responsive design. The header and footer should behave as in the native application: fixed above or below. I achieved this with the CSS class .navbar-fixed-top
and .navbar-fixed-bottom
.
Unfortunately, during the transition between the two pages, the header and footer flicker, and this does not seem βnaturalβ. Bars can be static.
I prepared a sample website. I use this particular structure. http://goo.gl/lmvzJ
Do you know a trick or a better soul? Thanks!
user1428817
source share