Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.65k stars 1.38k forks source link

Geo URI scheme #1192

Open Fyrd opened 9 years ago

Fyrd commented 9 years ago

geo: url support - http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00


This issue was imported from Google Moderator

Moderator votes: +7 Issue added by wskid on 2012-01-16

lcichanowicz commented 9 years ago

+1

Schweinepriester commented 8 years ago

+1

jtakalai commented 8 years ago

+1

Shabablinchikow commented 6 years ago

+1

oliverseal commented 6 years ago

+1

beeryt commented 5 years ago

+1

renaatdemuynck commented 4 years ago

+1

jameswilson commented 4 years ago

Copying my investigation/info from #5268

Would be useful to know which platforms/devices support links in the Geo URI scheme, eg:

<a href="geo:12.345,67.890?z=17">geo:12.345,67.890?z=17</a> 

"Support" in this case, would be defined as actually sending the user to a maps program, or a map website (eg google, or openstreetmaps).

Note: there is an existing custom protocol handling in caniuse, but it doesn't mention all of the safelisted schemes, such as "tel" or "geo", so a search query or short turns up nothing.

Examples

https://caniuse.com/#search=tel https://caniuse.com/#search=telelphone <-- turns up only <input type="telephone"> https://caniuse.com/#search=geouri

Resources

https://en.wikipedia.org/wiki/Geo_URI_scheme https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers https://caniuse.com/#feat=registerprotocolhandler