view source
How to have more then 5 inline navbar elements in jQuery Mobile
Navbar is oldest jQuery Mobile widget, unfortunately because of framework inner handling you can only show 5 inline Navbar elements. If you try to show more than that, jQuery will separate them in several lines, basically something like this
Advertisement