当前位置: 首页 > 软件库 > 手机/移动开发 > >

Net.MvvmCross.Plugins.WebBrowser

授权协议 MIT License
开发语言 Java
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 慕祯
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MvvmCross WebBrowser Plugin

CICD

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