Skip to content

Browser #14

@Suplanus

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions