organicmaps / organicmaps.github.io

Official Organic Maps website source code. Please contribute your translations!
Apache License 2.0
35 stars 34 forks source link

Use web URLs for reviews #186

Open reinhart1010 opened 11 months ago

reinhart1010 commented 11 months ago

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.

biodranik commented 11 months ago

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 commented 11 months ago

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 commented 11 months ago

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?