Xamarin.Forms 1.3.5.6333-pre1

This is a prerelease version of Xamarin.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms --version 1.3.5.6333-pre1                
NuGet\Install-Package Xamarin.Forms -Version 1.3.5.6333-pre1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms" Version="1.3.5.6333-pre1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms --version 1.3.5.6333-pre1                
#r "nuget: Xamarin.Forms, 1.3.5.6333-pre1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Forms as a Cake Addin
#addin nuget:?package=Xamarin.Forms&version=1.3.5.6333-pre1&prerelease

// Install Xamarin.Forms as a Cake Tool
#tool nuget:?package=Xamarin.Forms&version=1.3.5.6333-pre1&prerelease                

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (320)

Showing the top 5 popular GitHub repositories that depend on Xamarin.Forms:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Version Downloads Last updated
1.4.3.6358-pre2 2,156 4/24/2015
1.4.3.6356-pre1 347 4/21/2015
1.4.2.6359 22,415 4/30/2015
1.4.2.6355 7,015 4/21/2015
1.4.2.6353-pre2 883 3/31/2015
1.4.2.6350-pre1 196 3/30/2015
1.4.1.6349 18,570 3/30/2015
1.4.1.6347-pre2 1,840 3/19/2015
1.4.1.6342-pre1 599 3/10/2015
1.4.0.6341 13,781 3/9/2015
1.4.0.6340-pre2 451 3/6/2015
1.4.0.6336-pre1 490 3/3/2015
1.3.5.6337 2,875 3/5/2015
1.3.5.6335 3,408 3/2/2015
1.3.5.6333-pre1 796 2/17/2015
1.3.4.6332 8,947 2/17/2015
1.3.4.6331-pre4 435 2/13/2015
1.3.4.6329-pre3 238 2/12/2015
1.3.4.6328-pre2 243 2/11/2015
1.3.4.6325-pre1 260 2/9/2015
1.3.3.6323 10,706 2/9/2015
1.3.3.6322-pre3 220 2/6/2015
1.3.3.6321-pre2 371 2/4/2015
1.3.3.6318-pre1 341 2/2/2015
1.3.2.6316 4,359 2/3/2015
1.3.2.6313-pre3 327 1/30/2015
1.3.2.6309-pre2 370 1/28/2015
1.3.2.6299-pre1 940 1/20/2015
1.3.1.6296 16,376 1/4/2015
1.3.1.6294-pre1 2,158 12/24/2014
1.3.0.6292 6,215 12/24/2014
1.3.0.6286-pre4 778 12/19/2014
1.3.0.6284-pre3 615 12/12/2014
1.3.0.6280-pre2 550 12/9/2014
1.3.0.6275-pre1 5,871 11/12/2014
1.2.3.6257 22,720 10/2/2014
1.2.3.6256-pre4 1,170 9/26/2014
1.2.3.6255-pre3 890 9/20/2014
1.2.3.6249-pre2 835 9/9/2014
1.2.3.6246-pre1 2,081 8/15/2014
1.2.2.6243 15,767 7/30/2014
1.2.2.6241-pre3 1,464 7/28/2014
1.2.2.6240-pre2 1,572 7/22/2014
1.2.2.6238-pre1 1,600 7/17/2014
1.2.1.6229 4,990 7/14/2014
1.1.1.6206 10,266 6/19/2014
1.1.0.6201 4,365 6/12/2014
1.0.6197 701 6/4/2014
1.0.6188 4,631 5/28/2014

## Important Notes ##
Device.StartTimer callbacks should now return on the main thread for iOS. If you still have issues please let us know :)

Entry/Editor/SearchBar's inside a ViewCell now set the input mode to AdjustPan rather than AdjustResize when focused. This allows them to correctly focus.


## Bug Fixes ##

- [Bug 20786](https://bugzilla.xamarin.com/show_bug.cgi?id=20786) - Android - ViewCell - Entry and non default Keyboard type
- [Bug 21373](https://bugzilla.xamarin.com/show_bug.cgi?id=21373) - [Android only] An Entry in a ViewCell loses focus immediately
- [Bug 22706](https://bugzilla.xamarin.com/show_bug.cgi?id=22706) - Device.StartTimer has inconsistent behavior across platforms
- [Bug 24179](https://bugzilla.xamarin.com/show_bug.cgi?id=24179) - ListView.ScrollTo does not work as expected on Windows Phone
- [Bug 25555](https://bugzilla.xamarin.com/show_bug.cgi?id=25555) - WP DisplayAlert behaves differently when using back button
- [Bug 26569](https://bugzilla.xamarin.com/show_bug.cgi?id=25659) - [Android] Unable to focus Entry inside ListView
- [Bug 25844](https://bugzilla.xamarin.com/show_bug.cgi?id=25844) - [iOS] Scroll Editor autoscrolls too far when keyboard appears in iPad iOS 7.1 landscape view
- [Bug 25948](https://bugzilla.xamarin.com/show_bug.cgi?id=25948) - [Android] ViewCell Entry fields in a ListView with StackLayout lose focus and do not bring up keyboard
- [Bug 26528](https://bugzilla.xamarin.com/show_bug.cgi?id=26528) - NullReferenceException in Android.PickerRender.UpdatePicker()
- [Bug 26566](https://bugzilla.xamarin.com/show_bug.cgi?id=26566) - Map with IsShowingUser set to true still polls for location after map is no longer displayed (Android)
- [Bug 26650](https://bugzilla.xamarin.com/show_bug.cgi?id=26650) - [Android] Out of Memory error when repeatedly moving back and forth between main page and grid of images in StackLayou
- [Bug 26667](https://bugzilla.xamarin.com/show_bug.cgi?id=26667) - [iOS] Keyboard causes view to scroll incorrectly
- [Bug 26767](https://bugzilla.xamarin.com/show_bug.cgi?id=26767) - [Xamarin.Forms] Xamarin.Forms.Init() must be called prior to using it
- [Bug 26776](https://bugzilla.xamarin.com/show_bug.cgi?id=26776) - [Xamarin.Forms] ListView TextCell.TextProperty only wraps on Android
- [Bug 26797](https://bugzilla.xamarin.com/show_bug.cgi?id=26797) - Custom renderers "cut off" by 44px when NavigationPage's NavigationBar is set to hidden
- [Bug 26814](https://bugzilla.xamarin.com/show_bug.cgi?id=26814) - Rotating an image in the delegate for MessagingCenter.Subscribe causes app to crash.
- [Bug 26817](https://bugzilla.xamarin.com/show_bug.cgi?id=26817) - Binding to label with stringFormat doesn't visualize the expected string
- [Bug 26868](https://bugzilla.xamarin.com/show_bug.cgi?id=26868) - GroupHeaders do not extend on Windows Phone
- [Bug 26889](https://bugzilla.xamarin.com/show_bug.cgi?id=26889) - Global, Implicit Styles Are Not Applied to Modal Pages
- [Bug 27027](https://bugzilla.xamarin.com/show_bug.cgi?id=27027) - SearchBar.SearchCommandParameter is not passed to the command

## Other Fixes ##

- Changing a DynamicResource triggers incorretly RemoveDynamicResource, when used with a binding
- Several additional cases of the infamous Android IntPtr.Zero crash.
- TextColor now resets to the proper value when a style is un-applied.
- Minor memory perf enhancement
- WP ListView group header cell now respects the height property correctly