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...
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.
Try a different build of chrome (say, chrome canary)and/or disabling hardware acceleration within chrome itself.
On linux I had the problem because, nvidia driver wasn't installed. Once the driver installed the flickering disapear.
Clear all your cookies.
- List item
- On your computer, open Chrome.
- At the top right, click More More and then Settings.
- At the bottom, click Advanced.
- Under "Privacy and security," click Content settings.
- Click Cookies.
- Under "All cookies and site data," click Remove all.
- Confirm by clicking Clear all.
More info click here.
This solution worked for me.
精彩评论