Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Add browser customisation APIs #196

@prashantvc

Description

@prashantvc

Description

Essentials Browser does not have API to customise the Browser title and colour.

The plugins has BrowserOption class that we can pass when opening a browser object, but there is no alternative for this in the Essentials API

Example:

await CrossShare.Current.OpenBrowser("https://auth.xamarin.com/account/register",
    new BrowserOptions
    {
        ChromeShowTitle = true,
        ChromeToolbarColor = new ShareColor
            {
                A=255,
                R=118,
                G=53,
                B=235
            },
        UseSafariReaderMode = false,
        UseSafariWebViewController = true
});

VS bug #735673

Metadata

Metadata

Assignees

Labels

feature-requestA request for a new feature.needs-specificationsAccepted feature/enhancement and needs specification.proposalProposed feature or enhancement.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions