Google Play, Huawei Appgallery links doesn't work at https://organicmaps.app/support-us/ in desktop browser #21

Open
opened 2021-11-24 06:39:14 +00:00 by dbf256 · 6 comments
dbf256 commented 2021-11-24 06:39:14 +00:00 (Migrated from github.com)
<a href="market://details?id=app.organicmaps">Google Play</a>,
<a href="appmarket://details?id=app.organicmaps">Huawei Appgallery</a>

It is handled by mobile browser, but doesn't work on a desktop, maybe add some fallback?

``` <a href="market://details?id=app.organicmaps">Google Play</a>, <a href="appmarket://details?id=app.organicmaps">Huawei Appgallery</a> ``` It is handled by mobile browser, but doesn't work on a desktop, maybe add some fallback?
biodranik commented 2023-09-17 06:11:23 +00:00 (Migrated from github.com)

A JS code that detects desktops (is it already on the site?) and replaces links with something else?

A JS code that detects desktops (is it already on the site?) and replaces links with something else?
reinhart1010 commented 2023-09-22 17:43:42 +00:00 (Migrated from github.com)

Is there a reason for not using web URLs (e.g. https://play.google.com/) in the first place?

Is there a reason for **not** using web URLs (e.g. https://play.google.com/) in the first place?
biodranik commented 2023-09-22 19:59:05 +00:00 (Migrated from github.com)

Do web urls open reviews exactly in the same way as market urls?

Do web urls open reviews exactly in the same way as market urls?
reinhart1010 commented 2023-09-23 04:38:59 +00:00 (Migrated from github.com)

The market:// and appmarket:// urls are actually URIs which do not correspond to an Internet service (e.g. Google Play or OpenStreetMap), and it means different OSes will intepret how these links are handled.

In Android, Google Play Store and F-Droid are some of the apps that can open and intepret the market:// URIs. But others like Windows and iOS will look for installed apps that can open and interpret this URI, and if there isn't one, they will fail.

Replacing these links to web URLs (like https://play.google.com) will do, and speaking of privacy, users of these app stores should not bother with the change as they already accepted the terms in their respective app store apps.

The `market://` and `appmarket://` urls are actually URIs which do not correspond to an Internet service (e.g. Google Play or OpenStreetMap), and it means different OSes will intepret how these links are handled. In Android, Google Play Store and F-Droid are some of the apps that can open and intepret the `market://` URIs. But others like Windows and iOS will look for installed apps that can open and interpret this URI, and if there isn't one, they will fail. Replacing these links to web URLs (like https://play.google.com) will do, and speaking of privacy, users of these app stores should not bother with the change as they already accepted the terms in their respective app store apps.
biodranik commented 2023-10-08 11:44:54 +00:00 (Migrated from github.com)

What is actually needed:

  1. Show market:// and other URL schemes only to android users.
  2. Show https:// links for all other operating systems.

Can you please help to implement that?

What is actually needed: 1. Show market:// and other URL schemes only to android users. 2. Show https:// links for all other operating systems. Can you please help to implement that?
biodranik commented 2023-10-08 11:46:05 +00:00 (Migrated from github.com)

Check the JS example at this page (see at the bottom): https://omaps.app/api

Check the JS example at this page (see at the bottom): https://omaps.app/api
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/website#21
No description provided.