質問

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