How to open a Youtube link in browser instead of Youtube app?

I have a WebGL build that I run locally with XAMPP. In my game I have several links to videos in Youtube that are opened with Application.OpenURL().

I have two Android phones (versions 8 and 13) that I have tested with. Problem is that both devices opens the links with Youtube app, not with browser where the game is running. In Windows those opens up in browser. I think I should somehow make links to open in a new tab to keep browser app activated. OS of mobile devices could close the game to release memory while player is in Youtube app. When player changes back to browser, the game could be closed and it’ll restart. That’s very annoying…

If it’s possible, how could I force to open the links in a new browser tab instead of Youtube app? I need it to work on as many devices as possible but I’m pretty bad at web programming.