I like it and hate to abandon it for a tab or text menu but the code seems flakey. Lots of on-going bug reports about the secondary nav links not working once the navbar has collapsed. Anybody worked out a fix?
You can try adding this css class:
.nav-collapse.collapse.in {
height: auto !important;
}
http://stackoverflow.com/questions/15132559/twitter-bootstrap-ie9-nav-collapse-not-pushing-rest-of-content-down
That seems to have the desktop working. Will try it on android phone and tablets later.