Skip to content

Browser #14

Description

@Suplanus

Would be nice to use the Xamarin.Essentials Browser as default.
Browser in the app (LaunchMode) is better user experience.

My current workaround:

markdownView.NavigateToLink = NavigateToLinkAsync;
private static async void NavigateToLinkAsync(string obj)
{
    var options = new BrowserLaunchOptions
    {
        LaunchMode = BrowserLaunchMode.SystemPreferred,
    };
    await Browser.OpenAsync(obj, options);
}

Thanks for your work!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions