Use web URLs for reviews #186
No reviewers
Labels
No labels
about page
bug
community page
documentation
donate page
duplicate
enhancement
feature page
good first issue
Google Season of Docs
help wanted
invalid
landing page
news page
question
support page
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/website#186
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "reinhart1010/reinhart1010-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
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?
@ -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 }}
[appstore]: https://apps.apple.com/app/organic-maps/id1567437057 "{{ trans(key='install-appstore', lang=lang) }}"
local= doesn't seem to be working
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.