How can I have the data-role="content" always displayed to the data-role="footer"
Dear All,
I am displaying a googlemap to a div
<div id="map"></map>
It work fine excepted that <div data-role="content"> is not heigher than 1px.
I would like to have always the eigher the height of <div data-role="content"> or <div id="map">, heigh up to the <div data-role="footer">
In CSS if I use height=100%, the 100% does not work.
In that way, google map will always be displayed in all the screen of the smartphone
Many thankf for your help
Cheers