Hello.
I am using the jQuery mobile framework, trying to make a web app for iPad, that is solely being used on an iPad.
The issue we have is that we want 7 items to be available fixed at the bottom in a navbar. We have managed to do that. But what happens is that it breaks it up into several rows with 2 and 2 buttons. The best thing would be if it could all be on one single row. I have tried editing the css and js, according to the things that are suggested right in this thread:
http://stackoverflow.com/questions/6161377/more-than-5-items-per-line-in-jquery-mobile-navbarBut it does not work. Still just 2 and 2 buttons on each row.
Any ideas how to solve this?