tasomaniac / OpenLinkWith

Open the current webpage you have in another app. Magic! 🔮

Home Page:https://play.google.com/store/apps/details?id=com.tasomaniac.openwith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

translate mime text/plain with geo link translates to invalid url "https://geo:53.123,8.765" instead of "geo:53.123,8.765"

k3b opened this issue · comments

commented

to reproduce:

from https://f-droid.org/wiki/page/ca.cmetcalfe.locationshare wait until the gps-location is ready then press "send"

locationshare creates a mine = "text/plain" that contains a geo-uri and OpenLinkWith translates it to

"https://geo:53.123,8.765" which no app understands

it should be translated to "geo:53.123,8.765" (without the https:) to allow opening it with other geo-aware apps like my app https://github.com/k3b/LocationMapViewer/

For reference see k3b/LocationMapViewer#18