I see the following in jquery mobile stylesheet which suppresses showing headers on left column.
Any pointers why? Also, does anyone know if there are any plans to add IPAD support and layouts in Jquery mobile rather than blowing up the widgets to fit screen width? I am hesitant adding bunch of custom CSS as the docs have as it seems to go against the idea of jqm encapsulating everything and there is always a possibility of fringe cases where custom css can play havoc.
/* fix up the collapsibles - expanded on desktop */
/*
.content-secondary .ui-collapsible-heading {
display: none;
}
.content-secondary .ui-collapsible-contain {
margin:0;
}
.content-secondary .ui-collapsible-content {
display: block;
margin: 0;
padding: 0;
}