Reputation: 6608
I m looking for a jQuery Mobile TabBar in iOS style that is "fixed" on the bottomarea of the screen like the nativ TabBar - Important is that it should be able to scroll the "content" div.
Also it should not be hidden if you scroll like here http://www.stokkers.mobi/valuables/bartender.html#landing
Upvotes: 3
Views: 3503
Reputation: 5253
You can use that plugin that you linked to http://www.stokkers.mobi/valuables/bartender.html#landing. Just use it with JQM 1.1-RC1 instead of the 1.0 beta that was used in that demo. JQM 1.1-RC1 introduced actual fixed toolbars to the library. Here is a jsfiddle demonstrating the plugin with JQM 1.1-RC1.
Update. JQM 1.1.0 Final is now released.
Upvotes: 2