Skip to content
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

Use web URLs for reviews #186

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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?

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
2 participants