jQuery Mobile seems to calculate the page height upon initializing, but since we enable the status bar in our app, JQM assumes we have 480 px available instead of 460 px.
We're building mobile web apps for iPhones.
We're using JQM 1.1.1 and PhoneGap 2.0.
Any idea how to override the JQM setting? We tried manually setting the page height to 460 px ourselves (after JQM defines the page height), but this doesn't work.