ramtrg
ramtrg

Reputation: 69

Google Maps flickering issue in Google Chrome browser

In my Javascript Application, Google maps are used with lot of Markers.This Google Map is displayed properly in Browsers Firefox, IE 9, Safari...But in Google Chrome(version 12.0.742.112) when Zoom in and Zoom out the google maps are Flickering...It is not displayed properly...What is the problem here...Please help me to clear this issue...

Upvotes: 6

Views: 8701

Answers (4)

Rui Honorio
Rui Honorio

Reputation: 11

Clear all your cookies.

  1. List item
  2. On your computer, open Chrome.
  3. At the top right, click More More and then Settings.
  4. At the bottom, click Advanced.
  5. Under "Privacy and security," click Content settings.
  6. Click Cookies.
  7. Under "All cookies and site data," click Remove all.
  8. Confirm by clicking Clear all.

More info click here.

This solution worked for me.

Upvotes: 0

jpprade
jpprade

Reputation: 3664

On linux I had the problem because, nvidia driver wasn't installed. Once the driver installed the flickering disapear.

Upvotes: 0

ShaunP
ShaunP

Reputation: 473

The issue is most likely caused by a conflict with your hardware acceleration. Timing

I had the same problem. I found that by disabling 'Use hardware acceleration when available' option from the Advanced Settings > System options sorted this out for me.

I have done a bit of research and it appears that this bug is fixed in later builds of Chrome. Hope this is the answer you were looking for!

My issue stemmed from the fact that my graphics card was an NVidia card that has a known bug with some hardware acceleration.

Another option, rather than just disabling Hardware Acceleration entirely, is to turn down your hardware acceleration settings. See this link which gives instructions how to access the hardware acceleration setting in Windows. Move the slider down about 2 clicks which should disable any Direct 3D drawing abilities.

Upvotes: 2

theannouncer
theannouncer

Reputation: 1220

Try a different build of chrome (say, chrome canary)and/or disabling hardware acceleration within chrome itself.

Upvotes: 1

Related Questions