Skip to content

Provides a cross-platform UI for displaying the web page.

License

Notifications You must be signed in to change notification settings

sbytedev/Net.MvvmCross.Plugins.WebBrowser

Repository files navigation

MvvmCross WebBrowser Plugin

GitHub Nuget CI CD CodeFactor

Provides a cross-platform UI for displaying the web page.

Installation

Use NuGet package manager to install this library.

Install-Package SByteDev.MvvmCross.Plugins.WebBrowser

Usage

using SByteDev.MvvmCross.Plugins.WebBrowser;

await Mvx.IoCProvider.Resolve<IMvxWebBrowser>().ShowWebPageAsync(new Uri("https://github.com"), CancellationToken.None);

Implementation

Based on Xamarin WebBrowser Plugin.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

MIT