bozark / chrometophone

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

Maps application not opening #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open Google Maps in Chrome browser
2.Search for a location
3.Click extension to send to phone

What is the expected output? What do you see instead?
I expected the native Maps application to open, but instead the browser opened 
to 
the url.

What version of the product are you using? On what operating system?
Version 1.0 of the extension
Version 1.0 of the apk
Phone OS is 2.2
Computer OS is 32bit Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by Tenk...@gmail.com on 24 May 2010 at 6:20

GoogleCodeExporter commented 9 years ago
Would you mind pasting contents of adb logcat ? Particularly interested in the 
lines that start with 
I/ActivityManager. 

Original comment by burke.da...@gmail.com on 24 May 2010 at 7:56

GoogleCodeExporter commented 9 years ago
Issue 33 has been merged into this issue.

Original comment by burke.da...@gmail.com on 24 May 2010 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by burke.da...@gmail.com on 24 May 2010 at 11:04

GoogleCodeExporter commented 9 years ago
Got the same issue:
http://maps.google.com/maps?sa=N&tab=wl
this link is not working (opening browser instead of G maps app)

This link is working fine:
http://maps.google.nl/maps?
f=q&source=s_q&hl=nl&geocode=&q=orbay&sll=51.749139,5.513763&sspn=0.364315,1.056
747&ie=
UTF8&hq=orbay&hnear=&t=h&ll=51.754665,5.513763&spn=0.36427,1.056747&z=11&iwloc=A

Original comment by no1san54 on 25 May 2010 at 5:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same problem with chrome 6.0.408.1 dev on ubuntu 10.04. It seems like 
tab.url http://maps.google.com that is also what I am seeing in the intent's 
dat.

I/ActivityManager(   81): Starting activity: Intent {
act=android.intent.action.VIEW dat=http://maps.google.com/
cmp=android/com.android.internal.app.ResolverActivity
bnds=[0,387][480,483] }

I have a patch to get the url from the "Link" link on gmaps and that is working 
for 
me. This patch is from the older version where popup.html was using the 
info.url 
which also had this problem for me.

Original comment by arm...@gmail.com on 25 May 2010 at 8:31

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch. Fixed in v0.3 of extension just posted

Original comment by burke.da...@gmail.com on 12 Jun 2010 at 12:19