Closed GoogleCodeExporter closed 9 years ago
To resolve this try the following....
do your search, or directions, then click the "link" button. copy and paste
the link to the top address bar and hit enter. The page will refresh, and now
you can send it to the phone with the correct info
Original comment by KG6...@gmail.com
on 8 Jun 2010 at 10:11
This works ok in the Send To Phone extension for Firefox.
We can share the fix if you want.
Original comment by patrick....@gmail.com
on 9 Jun 2010 at 9:06
Please do share what the issue and fix is.
Original comment by burke.da...@gmail.com
on 9 Jun 2010 at 9:30
The issue is that Chrometophone does not send the current view from Google
Maps, only the top page that is opened. (a default view of the USA). Users want
to see the part of the map they have navigated to. The fix we have is as
follows. Some changes to make it work in Chrome might be required.
// Then try to send the current view:
var link = doc.getElementById('link');
if (link && link.href)
href = link.href;
Check out http://url.ie/6gx3 with Firefox to see it in action.
This would be much easier if the FF extension was accepted into the Trunk as we
could share features, bug fixes and be made aware of upcoming changes to the
serverside code so that a new version could be prepared before the change is
made.
Original comment by patrick....@gmail.com
on 9 Jun 2010 at 10:09
Thanks. Have added something similar in v0.3 of extension just posted.
Original comment by burke.da...@gmail.com
on 12 Jun 2010 at 12:16
Original issue reported on code.google.com by
mzal...@gmail.com
on 4 Jun 2010 at 11:06