Use web URLs for reviews
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.
Thanks!
- Does it work on Android, starting from 5.0? Is the play market opened immediately or via a web browser?
- Can you please squash/sign your commits with DCO?
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.
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?