g3ortega / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

send direction from maps to phone not working correctly #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.go to google maps
2.put a directions by "walking" mode
3.correct some streets pivoting on map to customize trajectory
4. send to phone

What is the expected output? What do you see instead?
expected correct directions on android phone
currently adresses for directions are not working
What version of the product are you using? On what operating system?
Nexus One/Froyo

Please provide any additional information below.

Original issue reported on code.google.com by mzal...@gmail.com on 4 Jun 2010 at 11:06

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please do share what the issue and fix is.

Original comment by burke.da...@gmail.com on 9 Jun 2010 at 9:30

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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