Response title
This is preview!




Internet is full of example with jquerymobile and google maps. after upgrade to jqm 1.2.0 maps have this problem and not much source on this topic.
Can you help me to solve this issue?
i solved when i used jquery.ui.maps. And it is important not to use width:100% in canvas style. instead of resize canvas on pagebeforeshow event
Thank you
$('#map').live('pagebeforeshow',function(e,data){ $('#map_canvas').height($(window).height() - (10 + $('[data-role=header]').height() - $('[data-role=footer]').height())); });
<div class="ui-bar-c ui-corner-all ui-shadow" style="padding:0.2em;">
<div id="map_canvas" style="height:350px;"></div>
</div>
© 2012 jQuery Foundation
Sponsored by
and others.
