i have this very strange problem with bootstraps navbar 2.3.2.
this problems also happens on their official page:
http://getbootstrap.com/2.3.2/examp
I have fixed the issue:
inside bootstrap-responsive.css:
@media (max-width: 480px) { .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } . . . . }
just delete this rule inside the max-width: 480px.
:)