URL::launchInDefaultBrowser hitting assert on Android

Calling URL::launchInDefaultBrowser on Android is firing an assert in File because the url (e.g. https://domainname.com) is (obviously) not a valid absolute path… :frowning:

1 Like

Are you on the tip of the develop branch? This should be fixed there.

doh! my bad. due to vacations, etc, looks like we haven’t update the JUCE submodule in our repository since early December… :frowning: Sorry to bother you. :slight_smile:

I wanted to cherry pick the fix (for now) and I was looking through the code to find the fix, and couldn’t locate it? Do you know where it is?

Sure, it’s a pretty simple fix here.

Perfect. Thanks. :slight_smile: