Xamarin.Forms.Windows
1.4.1.6349
Prefix Reserved
See the version list below for details.
dotnet add package Xamarin.Forms.Windows --version 1.4.1.6349
NuGet\Install-Package Xamarin.Forms.Windows -Version 1.4.1.6349
<PackageReference Include="Xamarin.Forms.Windows" Version="1.4.1.6349" />
paket add Xamarin.Forms.Windows --version 1.4.1.6349
#r "nuget: Xamarin.Forms.Windows, 1.4.1.6349"
// Install Xamarin.Forms.Windows as a Cake Addin #addin nuget:?package=Xamarin.Forms.Windows&version=1.4.1.6349 // Install Xamarin.Forms.Windows as a Cake Tool #tool nuget:?package=Xamarin.Forms.Windows&version=1.4.1.6349
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.1.6349)
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,327 | 4/24/2015 |
1.4.3.6356-pre1 | 1,417 | 4/21/2015 |
1.4.2.6355 | 9,156 | 4/21/2015 |
1.4.2.6353-pre2 | 1,285 | 3/31/2015 |
1.4.2.6350-pre1 | 1,143 | 3/30/2015 |
1.4.1.6349 | 1,508 | 3/30/2015 |
1.4.1.6347-pre2 | 1,927 | 3/19/2015 |
## Important Notes ##
This package is identical 1.4.1-pre2 with an update to all portable libraries to now target Profile 259
## Enhancements ##
- Secondary toolbar items on iOS now have a disabled appearance
- Add PREVIEW (unsupported) Xamarin.Forms.Windows package to the family.
## Bug Fixes ##
- [Bug 27782](https://bugzilla.xamarin.com/show_bug.cgi?id=27782) - Hard crash, as soon as a item in a ListView is selected and then changed
- [Bug 27765](https://bugzilla.xamarin.com/show_bug.cgi?id=27765) - Labels misaligned inside of ViewCells (and everything else actually)
- [Bug 26418](https://bugzilla.xamarin.com/show_bug.cgi?id=26418) - [Android] ListView does not update when the bound ObservableCollection changes
- [Bug 27304](https://bugzilla.xamarin.com/show_bug.cgi?id=27304) - Toggling IsVisible for an element in a Grid row does not update properly
- [Bug 27625](https://bugzilla.xamarin.com/show_bug.cgi?id=27625) - ListView cell with multiple labels height crops content
- [Bug 27085](https://bugzilla.xamarin.com/show_bug.cgi?id=27085) - EntryCell has no possibility to hide keyboard on iOS
- [Bug 26771](https://bugzilla.xamarin.com/show_bug.cgi?id=26771) - [Android] jobject must not be IntPtr.Zero when Navigation.PushAsync after resuming app
- [Bug 27301](https://bugzilla.xamarin.com/show_bug.cgi?id=27301) - Bug in ToolbarTracker.UntrackTarget
- [Bug 26487](https://bugzilla.xamarin.com/show_bug.cgi?id=26487) - WebView local files fail within WinPhone
- [Bug 24484](https://bugzilla.xamarin.com/show_bug.cgi?id=24484) - NavigationRenderer.ParentingViewController breaks things
- [Bug 27429](https://bugzilla.xamarin.com/show_bug.cgi?id=27429) - App lifecycle OnResume event called multiple times in tabbed app (one time per tab) in Android
## Other Fixes ##
- Switch.IsToggled on Android no longer resets bindings by mistake.
- Fix potential crash in iOS WebView