I believe the toggle method of the left side push panel (at least at the demo) is not implemented properly.
Once the panel is fired by data-display="push" and then (in demo) toggled/closed by Reveal button it explodes the whole display. It won't be a real issue in live application but it is something that needs to be fixed. I haven't tested extensively if it is just the code of the jQM demo or the API.
I'm using list-view (no data-theme) and "colored" by list-dividers (data-theme="f"). After Beta3 JQM loads standard blue dividers that are refreshed (to data-theme="f") just after "mouse hover". Yes the dividers can be hard-coded in CSS but it brinks some inconsistency that should be fixed before theme-roller.
I would like to hide Google Map inside collapsible element. Obviously the g-map doesn't like it and needs some refresh. Normal map refresh (code) doesn't work as it is executed with "collapsed" state. Would you help me to find where to bind the refresh (line 1)?
Gentleman, JQM is more and more complex (last Beta is decoupled), we are using bits and parts from UI and its going to be real pain to even set the environment. Would any1 (smart) accommodate yepnope.js asynchronous conditional resource loader into JQM Core? I found the loader very useful once handling the limited internet connection, offline capability, etc.
Unfortunately the proper implementation to the core is faaaaaar above my limits.