-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Play, Huawei Appgallery links doesn't work at https://organicmaps.app/support-us/ in desktop browser #21
Comments
A JS code that detects desktops (is it already on the site?) and replaces links with something else? |
Is there a reason for not using web URLs (e.g. https://play.google.com/) in the first place? |
Do web urls open reviews exactly in the same way as market urls? |
The In Android, Google Play Store and F-Droid are some of the apps that can open and intepret the 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. |
This commit fixes organicmaps#21 by replacing app store-specific URIs into website URLs which can be viewed by most platforms.
What is actually needed:
Can you please help to implement that? |
Check the JS example at this page (see at the bottom): https://omaps.app/api |
It is handled by mobile browser, but doesn't work on a desktop, maybe add some fallback?
The text was updated successfully, but these errors were encountered: