Xamarin.Forms.Windows
1.4.2.6355
Prefix Reserved
See the version list below for details.
dotnet add package Xamarin.Forms.Windows --version 1.4.2.6355
NuGet\Install-Package Xamarin.Forms.Windows -Version 1.4.2.6355
<PackageReference Include="Xamarin.Forms.Windows" Version="1.4.2.6355" />
paket add Xamarin.Forms.Windows --version 1.4.2.6355
#r "nuget: Xamarin.Forms.Windows, 1.4.2.6355"
// Install Xamarin.Forms.Windows as a Cake Addin #addin nuget:?package=Xamarin.Forms.Windows&version=1.4.2.6355 // Install Xamarin.Forms.Windows as a Cake Tool #tool nuget:?package=Xamarin.Forms.Windows&version=1.4.2.6355
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 is compatible. |
Windows Store | win81 is compatible. |
-
- Xamarin.Forms (>= 1.4.2.6355)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xamarin.Forms.Windows:
Package | Downloads |
---|---|
MobiliTips.MvxPlugins.MvxForms
MvvmCross plugin to work with Xamarin Forms on iOS, Android, WinPhone SL, WinStore 8.1 & WinPhone 8.1 projects. Install this plugin on a blank MvvmCross project (each platform) without any customization so that you can click "Yes to all" on overriding alert message. If your project is not a blank one, click "No to all" and see sample on GitHub to implement it manually. Tuto available on my blog http://mobilitips.wordpress.com Release notes on nuget.org Inspired by FormsPresenters plugin with some adaptations. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Xamarin.Forms.Windows:
Repository | Stars |
---|---|
nishanil/Xamarin.Forms-Samples
Xamarin.Forms Samples
|
Version | Downloads | Last updated |
---|---|---|
1.4.3.6358-pre2 | 2,324 | 4/24/2015 |
1.4.3.6356-pre1 | 1,414 | 4/21/2015 |
1.4.2.6355 | 9,151 | 4/21/2015 |
1.4.2.6353-pre2 | 1,282 | 3/31/2015 |
1.4.2.6350-pre1 | 1,140 | 3/30/2015 |
1.4.1.6349 | 1,505 | 3/30/2015 |
1.4.1.6347-pre2 | 1,922 | 3/19/2015 |
## Enhancements ##
- Large performance boost when laying out lots of items on Windows platform
- Small performance boost for Grid layout for all platforms
- Experimental: Allow linker to properly remove Android renderers
## Bug Fixes ##
- [Bug 27007](https://bugzilla.xamarin.com/show_bug.cgi?id=27007) - Out of Memory Error when NOT implementing a button, building to device and rotating screen multiple times
- [Bug 27808](https://bugzilla.xamarin.com/show_bug.cgi?id=27808) - WebView loads with incorrect parameter
- [Bug 27824](https://bugzilla.xamarin.com/show_bug.cgi?id=27824) - IllegalArgumentException: width and height must be > 0
- [Bug 25557](https://bugzilla.xamarin.com/show_bug.cgi?id=25557) - Pin.Clicked does not work
## Other Fixes ##
- [WinRT] Fix potential crash when Image is cleaned up
- [WinRT] Fix potential case where tab bar state does not represent app state correctly
- [iOS] ListView Header and Footer now properly track change events
- [WinRT] Add support for ScrollTo methods
- [Core] Adding warning when attempting to set GroupHeaderTemplate and GroupDisplayBinding at the same time
- [Core] Assorted stability and performance fixes