I recently created a mobile web app for iOS devices and incorporated Bootstrap from Twitter to ensure it had a responsive design. To emulate the fixed header and footer of a native app, I utilized the CSS classes .navbar-fixed-top
and .navbar-fixed-bottom
.
However, I encountered an issue where the header and footer would flicker during page transitions, making it feel unnatural. I am seeking advice or tips on how to keep the bars static.
If you'd like to see an example of my website structure, you can visit the following link:
Any suggestions or solutions you have would be greatly appreciated. Thank you!