So now (Jan 2012) that true fixed toolbars have been implemented in jQuery Mobile (check the blog entry and an example), it’s still not available to download (as far as I know).
I already have fixed toolbars in my app but the old way (toolbars move with Javascript). What are the steps I need to take to convert an app in jQuery Mobile to have these new fixed toolbars implemented?
So the following steps will make it work:
(here)
and default theme CSS file from the same branch (here)
and put them somewhere inside your project folder.
references in HTML (probably index.html) from old files (usually
something like jquery.mobile-1.0.min.js and
jquery.mobile-1.0.min.css) with these two downloaded files.
This should now work. At least it works for me on an iPad with iOS 5.0. But make sure that the faux fixed toolbars worked for you before, the instructions are here.