Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbytedev/net.mvvmcross.plugins.webbrowser
Provides a cross-platform UI for displaying the web page.
https://github.com/sbytedev/net.mvvmcross.plugins.webbrowser
android c-sharp ios mvvmcross web-browser xamarin
Last synced: about 1 month ago
JSON representation
Provides a cross-platform UI for displaying the web page.
- Host: GitHub
- URL: https://github.com/sbytedev/net.mvvmcross.plugins.webbrowser
- Owner: sbytedev
- License: mit
- Created: 2019-09-14T18:36:13.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-01T03:00:54.000Z (about 2 years ago)
- Last Synced: 2024-08-08T16:54:57.767Z (6 months ago)
- Topics: android, c-sharp, ios, mvvmcross, web-browser, xamarin
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MvvmCross WebBrowser Plugin
![GitHub](https://img.shields.io/github/license/SByteDev/Net.MvvmCross.Plugins.WebBrowser.svg)
![Nuget](https://img.shields.io/nuget/v/SByteDev.MvvmCross.Plugins.WebBrowser.svg)
[![CI](https://github.com/SByteDev/Net.MvvmCross.Plugins.WebBrowser/actions/workflows/ci.yml/badge.svg)](https://github.com/SByteDev/Net.MvvmCross.Plugins.WebBrowser/actions/workflows/ci.yml)
[![CD](https://github.com/SByteDev/Net.MvvmCross.Plugins.WebBrowser/actions/workflows/cd.yml/badge.svg)](https://github.com/SByteDev/Net.MvvmCross.Plugins.WebBrowser/actions/workflows/cd.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/sbytedev/net.mvvmcross.plugins.webbrowser/badge)](https://www.codefactor.io/repository/github/sbytedev/net.mvvmcross.plugins.webbrowser)Provides a cross-platform UI for displaying the web page.
## Installation
Use [NuGet](https://www.nuget.org) package manager to install this library.
```bash
Install-Package SByteDev.MvvmCross.Plugins.WebBrowser
```## Usage
```cs
using SByteDev.MvvmCross.Plugins.WebBrowser;await Mvx.IoCProvider.Resolve().ShowWebPageAsync(new Uri("https://github.com"), CancellationToken.None);
```## Implementation
Based on [Xamarin WebBrowser Plugin](https://github.com/SByteDev/Net.Xamarin.Plugins.WebBrowser).## 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](https://choosealicense.com/licenses/mit/)