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&q=loc:{address} {number}@{latitude},{longitude}&z=14&output=embed&iwloc=near" frameborder="0" marginwidth="0" scrolling="no"> </iframe>
it displays following (in chrome):
and if try print it, get:
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
Post a Comment