05-18-2020 09:35 AM
01-18-2023 10:38 AM
Yes, same issue here. The OS asks to quit the Unity app, then the browser opens if you accept, but the URL is ignored.
04-08-2023 10:31 AM
Yes, I have the same issue. In my case, there seems to be some URLs that the Meta browser won't open, so it just opens a blank page.
04-08-2023 05:09 PM
I have links in my Quest app, and it's opened with this code, now in v50 it wouldn't close the app, but v51 is closing the app. I have links to Youtube, Facebook, bit.ly, reddit and my website.
Application.OpenURL(url);
05-06-2024 12:52 AM
Any update? Unity documentation says:
Android: Due to security changes in Android 7.0 (More information), Application.OpenURL can no longer be used for opening local app files, you need to use (FileProvider) which allows you to share files with other applications.