The Uno Platform, the UWP bridge for iOS, Android, and WebAssembly
Switch branches/tags
beta dev/beca/kraken dev/bgy/delegateCommandGeneric dev/bgy/fix_blockcollection dev/bgy/fix_itemscontrol_reload dev/bgy/fix_itemscontrol dev/bgy/fix_nre_slider dev/bgy/mediaplayerelement_minor_fix dev/cdb/grid-measure-bug dev/cdb/roslyn-integration-wip dev/cdb/routedevents-temp dev/cdb/routedevents dev/djo/appbarbutton-android-fix dev/djo/blogs/listview-1 dev/djo/listview-android-fix-2 dev/frca/visual-states-clean2 dev/frca/visual-states dev/jela/compat-fixes dev/jela/frame-error-logging dev/jela/list-view-updates dev/jela/listview-android-owncontainre dev/jela/listview-recycling-update dev/jela/macos-kickstart dev/jela/misc-wct-updates dev/jela/nav-view-iteminvoked dev/jela/nav-view-panetitle dev/jela/nav-view dev/jela/wct4 dev/jela/webview-wasm dev/jela/winui-test dev/mawi/DetectDevice dev/miro/hittestvisibility dev/miro/routedevents dev/moha/PostalCodeInputScope dev/moha/updateToAndroid9 dev/moha/114921_BugFix_CastingFix dev/nias/android-images-dashes dev/xygu/android-datepicker-twoway-binding-push-default-value-to-vm dev/xygu/wasm-vertical-slider-fix dev/xygu/35178/copy-to-clipboard-recipe dev/xygu/137137/datepicker-ios-date-coerce-fix dev/xygu/137137/datepicker-ios-default-value-workaround dev/xygu/138099/listview-scrolls-up-when-tapping-item-at-bttom dev/xygu/140548/command-bar-not-rendering dev/yogu/android.notch dev/yogu/combobox dev/yogu/ios.commandbar dev/yogu/ios.textblock.bad.alignment dev/yogu/ios.textblock.measure dev/yogu/ios.textblock.measurement documentation_rebranding master stable
Nothing to show
Clone or download
jeromelaban Merge pull request #449 from nventive/dev/jela/listview-items
[Wasm] Implement naive refresh for items manipulation in the ListViewBase
Latest commit 9e246d2 Dec 18, 2018

README.md

Uno Platform - The UWP Bridge for iOS, Android and WebAssembly

Gitter

What is the Uno Platform

The Uno Platform is an Universal Windows Platform Bridge to allow UWP based code to run on iOS, Android, and WebAssembly. It provides the full definitions of the UWP Windows 10 October 2018 Update (17763), and the implementation of growing number parts of the UWP API, such as Windows.UI.Xaml, to enable applications to run on these platforms.

Use the UWP tooling from Windows in Visual Studio, such as XAML Edit and Continue and C# Edit and Continue, build your application as much as possible on Windows, then validate that your application runs on iOS, Android and WebAssembly.

Visit our documentation for more details.

Live WebAssembly Apps

Here's a list of live apps made with the Uno Platform for WebAssembly.

Let us know if you've made your app publicly available, we'll list it here!

Uno Features

Getting Started

To get started with Uno and build your first Uno app check out the QuickStart repository.

For a larger example and features demo:

Have questions? Feature requests? Issues?

Make sure to visit our FAQ, StackOverflow, create an issue or visit our gitter.

Contributing

We're getting started, but there are many ways that you can contribute to the Uno Platform, as the UWP api is pretty large! Read our contributing guide to learn about our development process and how to propose bug fixes and improvements.