html - iframe Google maps won't print in chrome -


since latest google maps update, i'm unable print map via chrome browser. if try print firefox, , have @ preview, map shows up.

my code:

<iframe width="600" height="300" marginheight="0"      src="http://maps.google.com/maps?ie=utf8&amp;q=loc:{address} {number}@{latitude},{longitude}&amp;z=14&amp;output=embed&amp;iwloc=near"      frameborder="0" marginwidth="0" scrolling="no"> </iframe> 

it displays following (in chrome): map preview

and if try print it, get: enter image description here

while in firefox , safari, shows perfect. assume chrome issue? (i've tested on different chrome browsers, on different computers, both mac , pc) or there i'm missing, or should add new maps.

small detail, if go developer site of google maps (https://developers.google.com/maps/documentation/embed/guide) , try print there, won't print either. think strange, since both maps , chrome build google.

does else have issue, or me? , if me, doing wrong? (my chrome version: 33.0.1750.152, working on osx 10.9.2)

i have read , studied this, , unfortunatelly there no solution this, print iframe insertion using chrome. don´t know reasons, decided change, improve! :)

i easyly changed html codes use google api, becomes print map again.

in searches around web, found , started use simple implement jquery plugin google maps, called $gomap(); cons: need have little bit of jquery , json knowledge.

in example page can find lot of implementations, know 1 of fits you.

and if need more technical information, can find whatelse need in google maps api.

these complementary urls i´ve read before adopt solution: https://code.google.com/p/chromium/issues/detail?id=353937 http://themeforest.net/forums/thread/google-maps-iframe-issue-in-chrome/110324

i hope not have disapointed you, helped instead :)

daniel


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -