Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6739073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:26:39+00:00 2026-05-26T11:26:39+00:00

Im trying to develop an application that should show a map using the Google

  • 0

Im trying to develop an application that should show a map using the Google Maps API. But i cant get it to work with the latest Release Candidate.
I got This cot working with an older version though.
I put it int this jsFiddle so you can see it live.
http://jsfiddle.net/huqY3/

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:26:39+00:00Added an answer on May 26, 2026 at 11:26 am

    Your #map_canvas and its div parent have a 0px height. So your Google Map loads, but is shown in an invisible container.

    I think JqueryMobile overrides your inline CSS styles.

    To fix this, you can simply set manually the height of #map_canvas after the pagecreate event. Either a fixed height (ie 500px), or a computed one (take the height of the document and subtract the header height.)

    e.g :

    $('.page-map').live("pagecreate", function() 
    {
       var docH =  $('body').height();
       var headH=  $('body > div:eq(1)').height();
       $('#map_canvas').height(docH-headH);
    
       initialize();
    });
    

    Maybe that’s not the best way, but it’s difficult to tell without knowing about your project.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are trying to develop an application that send messages to a service, but
I am trying to develop an application that uses MySQL using C++. I downloaded
I am trying to develop a simple (?) application for N900 using Qt, but
I'm trying to develop an application that will use getImageData in javascript in Firefox
I am trying to develop an application that uses a number of images that
I am trying to develop an application that uses a number of images that
I'm trying to develop a web application that dispatch (Dispatcher) to multiple versions of
I'm trying to develop a web application that is going to be launched from
I am trying to develop a cocoa application that requires to read highlighted text
I'm trying to develop a small application that tests how many requests per second

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.