I am trying to open a webpage. The specific Code for that is
Browser.OpenAsync(uri, new BrowserLaunchOptions
{
LaunchMode = BrowserLaunchMode.External,
});
On Virtual Devices both Android and iOS as well as on physical iOS devices and on some Android Devices (like an Android 12 Pixel 5 and an old Motorola API 25) it works just fine. I have, however, one Samsung Galaxy S10 running Android 11, and that is the only device were this crash appears.
I am at my wits end, why it is only that device and because I only have those phones I cannot figure out if it is an Android 11 or Samsung issue, I am hoping someone here knows the cause and solution.
Thanks!