On Mar 11, 11:23 pm, Phani-TE <[email protected]> wrote: > Hi, > > I have developed an application which shows map on my custom browser > widget with the help of google map api's. > > But when i try to install this application on different devices, > display size is fixed(it is showing small map size on some screens and > showing out of range on some screens). I tried to change style > property in html as followed. > > 1. <div id="map" style="width: 100%; height: 96%;"></div> > > 2. <div id="map" style="width: auto; height: auto;"></div> > > 3. <div id="map" style="width: 100%; height: 96%; margin:0"></div> > > but any of these settings didnt work. > > Please any one can tell me how to solve it.
Does this help? Part 20 Using a percentage height for the map div http://econym.org.uk/gmap/basic19.htm -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
