Skip to content

Conversation

@reinhart1010
Copy link

This commit fixes #21 by replacing app store-specific URIs into website URLs which can be viewed by most platforms.

This commit fixes organicmaps#21 by replacing app store-specific URIs into website URLs which can be viewed by most platforms.
@biodranik
Copy link
Member

Thanks!

  1. Does it work on Android, starting from 5.0? Is the play market opened immediately or via a web browser?
  2. Can you please squash/sign your commits with DCO?

@reinhart1010
Copy link
Author

reinhart1010 commented Oct 7, 2023

Opening web links directly into apps is supported since Android 6.0, but the web URLs must be verified to be opened in Android 12 and later.

As of now the Google Play Store mobile site also offers "See in Play Store app" button to open the native app through intent: URIs.

image image

@biodranik
Copy link
Member

It is not clear to me now whether will it work after the merge or not.

Can we detect if it's an Android device, and if it's Android 5, and replace URLs dynamically using JS?

@@ -1,5 +1,5 @@
[appgallery]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }} "{{ trans(key='install-appgallery', lang=lang) }}"
[appgallery_review]: appmarket://details?id=app.organicmaps
[appgallery_review]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local= doesn't seem to be working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants