I have loaded Google Maps Engine in my mobile PhoneGap application for display maps.
But Components, such as:left slider, baloon, balloon shadow looks incorrect. You can see it at
web-page web page with maps
What have I made incorrect?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a css problem. remove (or override) the rule min-width and max-width (among others) that apply to the map; they are in style.css
If you use the developer tools in Chrome, you can see (and dynamically edit) the css rules that apply to each element.