I want to use the latest version of the JQuery Mobile and I have problems because the Google Maps doesn't works now...
With the version 1.0a2 the google maps works fine but now with the version 1.3.1 I have a blank page !
In my Html code, I use a DIV id="map" like this : div id="map" style="width: 100%; height: 78%;"
The header :
Newest code :
link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
script src="http://code.jquery.com/jquery-1.9.1.min.js">
script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js">
older code :
link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
script src="http://code.jquery.com/jquery-1.4.4.min.js">
script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js">
Does somebody can tell me what is the problem ?
Thank you.