문제

I'm trying to send an email with a GEO URI to an Android phone however when I open the email in Android's Gmail app, it loses the hyperlink functionality.

I need this link so that I can open the coordinates in an offline maps app like OSMand which will capture the intent but it needs that hyperlink functionality first. Here's what the code looks like:

<a href="geo:37.786971,-122.399677;u=35">Wikimedia Headquarters</a>

Suggestions?

Reference: http://en.wikipedia.org/wiki/Geo_URI

올바른 솔루션이 없습니다

다른 팁

Apparently Gmail strips out the geo URI among others. Accessing the Gmail account by IMAP or POP in Android's regular email client retains the URI.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top