techiva / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

TMT4 P1 jQuery Mobile Plugin for Google Maps: Route Finder App #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. the maps don't fit  the screen and don't see nothing 
2.
3.

What is the expected output? What do you see instead?
to fit and see the maps

What version of the product are you using? On what operating system?
 <link href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="mapapp.css" type="text/css">
        <script src="http://www.google.com/jsapi?key=ABQIAAAAahcO7noe62FuOIQacCQQ7RTHkUDJMJAZieEeKAqNDtpKxMhoFxQsdtJdv3FJ1dT3WugUNJb7xD-jsQ" type="text/javascript"></script>        
        <script type="text/javascript">
            google.load("maps", "3", {'other_params':'sensor=true'});
            google.load("jquery", "1.5.2");
            </script>

          <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
        <script src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="phonegap.0.9.5.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="http://jquery-ui-map.googlecode.com/svn/tags/2.0.1/ui/jquery.ui.map.min.js"></script>
        <script type="text/javascript" charset="utf-8" src="mapapp.complete.js"></script>

Please provide any additional information below.
i use the code on this link 
http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt4part1
based on jquery-ui-map, but don't work the fit and i dont see nothing with css. 
I change to use in width the pixel unit and work, but don't fit the screen. I 
test this in an ipad and iphone.
thank you

Original issue reported on code.google.com by pjo...@gmail.com on 2 Jun 2011 at 10:39

GoogleCodeExporter commented 8 years ago
If you have trouble with any of the tutorials on 
http://code.google.com/p/jquery-ui-map/ please create an issue, but when it 
comes to other sites I'm unable to comply.

Original comment by johansalllarsson on 2 Jun 2011 at 11:11