[Google Maps API v3] Can't see marker titles on Android 2.1 Browser

93 views
Skip to first unread message

bburns

unread,
Apr 16, 2010, 8:04:55 AM4/16/10
to Google Maps JavaScript API v3
Hi,

I've recently been working with the maps api and have it linked with a
database to place markers at several known locations. These markers
all have titles that convey important marker specific information. I
am able to view the titles (via hover over) on firefox/IE/Chrome, but
I cannot see them on the Android 2.1 (Nexus One) browser. I have tried
making the markers clickable, etc. Is there a certain trick to do
this?

Thanks.

-Brennan
burns...@gmail.com

--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Daniels Lee™

unread,
Apr 19, 2010, 6:50:45 PM4/19/10
to google-map...@googlegroups.com
Hey Brennan,

Can you share a link to your test app which replicates this behavior?  It'd be difficult for us to troubleshoot otherwise.

Thanks!

Dann
--
Daniels Lee
Developer Programs Engineer
Google, Inc.
345 Spear Street
San Francisco, CA 94105
650 253 0967

Esa

unread,
Apr 20, 2010, 12:07:18 PM4/20/10
to Google Maps JavaScript API v3


On Apr 16, 3:04 pm, bburns <burnsbr...@gmail.com> wrote:

> am able to view the titles (via hover over) on firefox/IE/Chrome, but
> I cannot see them on the Android 2.1 (Nexus One) browser. I have tried
> making the markers clickable, etc. Is there a certain trick to do
> this?

No, there is not. Touch screen devices don't have 'mouseover' event
or :hover pseudoclass because there is no pointer at all.

You could use 'touchstart' and 'touchend' events to display a custom
tooltip but the tooltip would be shown behind users finger.

Touch screen devices need a page design made specifically for them.
Reply all
Reply to author
Forward
0 new messages