I updated to the new JQM 1.1.0-rc. While the fade transition works on Android 2.x devices, it is a little unsettling when using dark themes. Is it possible to override the white color fade to make it a black color fade?
Also, the new JQM 1.1.0-rc breaks "live view" in Dreamweaver CS5.5. Transitions go to white and never come back, leaving you staring at a white screen.
UPDATE: some transitions (most), fade to white and never recover in Android 2.x emulators and phones. I have spent over an hour trying to figure out why and I cannot! Arrggh!!
I don't think there is a good answer for this, but I really would like to know if there is a function I could use to "reset" not refresh all the items on a #page to their original states--text cleared, collabsible lists closed, check boxes unchecked (or checked) ect.
This seems like it should not be that difficult, but I cannot do either of these. On the first item in my collapsible listview I want to remove the icon (it does not link to anywhere, just '#') and center the text. It acts like a header for the list. If you're thinking that the collapsible list item above should act that way, it cannot in this case because it is a question.
I had read somewhere that setting "data-icon" to anything other than the set of icons in JQuery Mobile would make the icon disappear.
data-icon="none", data-icon="noicon", data-icon="null" does not work in CSS or the <li> tag, although it does change the icon to +.
Setting text-align:center in CSS, or style="text-align:center" in the <li> tag doesn't work either. Something must be overriding these commands.
I also tried to just make a text header in the <li> tag, but this conflicted with other CSS commands covering the page and body. At one point it worked this way, but as I kept going other problems arose with the app.
Can someone help, or is there another way to do this?