You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Update documentation with the fact that this method doesn't return after the browser is closed, but after it is launched, and that the result is whether the opening was successful or not.
iOS: Use Async methods where appropriate in platform in implementation, including using one that returns a bool.
BrowserLaunchMode.SystemPreferred should become 0 value.
Browser.OpenAsyncshould returnTask<bool>bool.BrowserLaunchMode.SystemPreferredshould become0value.