Links in wiki overlay open in system web browser on Android
See original GitHub issueDescribe the bug:
Tapping on wiki links will try to open them in the system web browser, not in the in-game wiki overlay. This only happens on Android (haven’t tested iOS) and is fine on PC.
Screenshots or videos showing encountered issue:
This is what I get when tapping on a link. If I tap ‘yes’, it’ll open the link in the system web browser (Firefox for me).
osu!lazer version: 2021.602.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Opening Wikipedia links with app rather than mobile web site
When I search something in the google search bar and click on a Wikipedia link, it will by default open the mobile web...
Read more >Handling Android App Links
Web links are deep links that use the HTTP and HTTPS schemes. On Android 12 and higher, clicking a web link (that is...
Read more >Arc web browser review: a new way of using the internet
The Browser Company's Arc browser has big ideas about how to manage your tabs and bookmarks and how you interact with the internet....
Read more >How to disable redirects from Google Search results ...
If the Wikipedia app is installed, go to step 4. ... will not automatically redirect you to Google Play and it opens the...
Read more >Android (operating system)
Android is a mobile operating system based on a modified version of the Linux kernel and other open-source software, designed primarily for touchscreen ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll look into this one, I can see a potential cause.
Actually everything at our end is looking like it should be working correctly. I believe this is going to likely be a
System.Runtime
implementation difference inUri
between mono and .net…Update: https://www.mono-project.com/docs/faq/known-issues/urikind-relativeorabsolute/