organicmaps.github.io icon indicating copy to clipboard operation
organicmaps.github.io copied to clipboard

Use web URLs for reviews

Open reinhart1010 opened this issue 2 years ago • 3 comments

This commit fixes https://github.com/organicmaps/organicmaps.github.io/issues/21 by replacing app store-specific URIs into website URLs which can be viewed by most platforms.

reinhart1010 avatar Oct 07 '23 07:10 reinhart1010

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?

biodranik avatar Oct 07 '23 08:10 biodranik

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

reinhart1010 avatar Oct 07 '23 08:10 reinhart1010

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?

biodranik avatar Oct 07 '23 13:10 biodranik