Essential cross platform APIs for your Xamarin, Desktop and WebAssembly Apps
Перейти к файлу
Jérôme Laban 04b25426a3
Merge pull request #1 from unoplatform/dev/jela/samples-wasm
Add wasm sample app
2020-02-10 07:42:07 -05:00
.github Fixed issue with the bug template and invalid label (#828) 2019-06-28 13:35:04 -04:00
Assets New Icons! (#218) 2018-04-27 08:03:43 -07:00
DeviceTests Add wasm sample app 2020-02-09 22:08:04 -05:00
Samples Add wasm sample app 2020-02-09 22:08:04 -05:00
Tests Merge in 1.3.0 (#870) 2019-08-20 15:32:17 -04:00
Xamarin.Essentials Update package owners 2020-02-09 22:13:26 -05:00
docs Merge in 1.3.0 (#870) 2019-08-20 15:32:17 -04:00
.editorconfig No nested classes and no default access modifiers 2018-04-11 19:45:59 +02:00
.gitattributes [WIP] Xamarin.Essentials 1.1.0 (#663) 2019-03-15 16:36:34 -04:00
.gitignore Using the new mdoc frameworks (#161) 2018-04-10 10:28:45 -04:00
.openpublishing.build.ps1 Initialize open publishing repository: https://github.com/xamarin/Essentials of branch master 2018-04-10 19:29:18 +00:00
.openpublishing.publish.config.json revert to latest 2019-07-08 19:58:56 -07:00
CODE_OF_CONDUCT.md Initial attempt at contribution, submission docs, and templates 2018-02-23 22:35:58 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md (#692) 2019-01-28 07:41:31 -08:00
CodeStyles.targets Rebranding to Xamarin.Essentials (#152) 2018-04-05 20:46:34 -04:00
LICENSE Rebranding to Xamarin.Essentials (#152) 2018-04-05 20:46:34 -04:00
LICENSE-CODE Initialize open publishing repository: https://github.com/xamarin/Essentials of branch master 2018-04-10 19:29:18 +00:00
PRODUCT-FEEDBACK.md Update PRODUCT-FEEDBACK.md 2019-08-19 12:08:25 -07:00
README.md Update the documentation 2020-02-09 20:43:57 -05:00
SUBMITTING-ISSUES.md Update links in markdown files 2018-04-10 11:05:46 +02:00
ThirdPartyNotices Initialize open publishing repository: https://github.com/xamarin/Essentials of branch master 2018-04-10 19:29:18 +00:00
Xamarin.Essentials.ruleset Rebranding to Xamarin.Essentials (#152) 2018-04-05 20:46:34 -04:00
Xamarin.Essentials.sln Add wasm sample app 2020-02-09 22:08:04 -05:00
appcenter-post-clone.sh Integrate App Center SDK into Sample App (#557) 2018-11-01 21:07:47 -04:00
azure-pipelines-uno.yml Adjust version 2020-02-09 20:49:22 -05:00
azure-pipelines.yml Cleanup the PR for fixing build (#871) 2019-07-29 17:38:24 -07:00
build.ps1 Integrate sourcelink - https://github.com/dotnet/sourcelink (#260) 2018-08-24 10:23:14 -04:00
generate-docs.cmd [WIP] Xamarin.Essentials 1.1.0 (#663) 2019-03-15 16:36:34 -04:00
gitversion.yml Adjust versioning 2020-02-09 20:33:00 -05:00
nuget.config Remove custom SDK Extras, disable tests 2020-02-09 18:59:17 -05:00
nugetreadme.txt Update NuGet readme.txt URLs to use HTTPS (#867) 2019-07-26 23:39:05 -07:00
stylecop.json We want to use spaces and not tabs 2018-02-28 23:07:46 +02:00

README.md

Uno.Xamarin.Essentials

Uno.Xamarin.Essentials is a fork of the Xamarin.Essentials library to enable WebAssembly support for Uno Platform based applications, as well as all the official Xamarin.Essential supported platforms.

To use this library, you'll need to replace your Nuget package references from Xamarin.Essentials to Uno.Xamarin.Essentials.

Reporting issues

The implementation of the WebAssembly is provided through the UWP implementation of Xamarin.Essentials. This means that you may find parts that are not implemented, because the WinRT APIs may not yet be implemented in Uno.

If you find such an API, please open an issue in the Uno Platform repository to let us know about it!

Xamarin.Essentials Documentation

Xamarin.Essentials gives developers essential cross-platform APIs for their mobile applications.

iOS, Android, and UWP offer unique operating system and platform APIs that developers have access to, all in C# leveraging Xamarin. It is great that developers have 100% API access in C# with Xamarin, but these APIs are different per platform. This means developers have to learn three different APIs to access platform-specific features. With Xamarin.Essentials, developers have a single cross-platform API that works with any iOS, Android, or UWP application that can be accessed from shared code no matter how the user interface is created.

Gitter chat

Documentation

Browse our full documentation for Xamarin.Essentials, including feature guides, on how to use each feature.

API Documentation

The following cross-platform APIs are available in Xamarin.Essentials:

Contributing

Please read through our Contribution Guide. We are not accepting new PRs for full features, however any issue that is marked as up for grabs are open for community contributions. We encourage creating new issues for bugs found during usage that the team will triage. Additionally, we are open for code refactoring suggestions in PRs.