Xamarin.Forms 1.3.4.6325-pre1
Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase
Showing the top 20 packages that depend on Xamarin.Forms.
Packages | Downloads |
---|---|
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms).
Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.
|
2 |
Prism.Unity
Use these extensions to build Prism applications based on Unity.
|
2 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.
|
2 |
Prism.Forms
This is an early preview of Prism for Xamarin.Forms. Please let us know what you think. Your feedback will be greatly appreciated.
A walk through on how to get started with Prism for Xamarin.Forms: http://brianlagunas.com
Feel free to contribute to this project on GitHub.
|
2 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform. Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications.
|
1 |
Prism.Unity
Use these extensions to build Prism applications based on Unity.
|
1 |
Prism.Forms
This is an early preview of Prism for Xamarin.Forms. Please let us know what you think. Your feedback will be greatly appreciated.
A walk through on how to get started with Prism for Xamarin.Forms: http://brianlagunas.com
Feel free to contribute to this project on GitHub.
|
1 |
Prism.Forms
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms).
Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.
|
1 |
## Important Notes ##
This release contains an updated StackLayout layout engine. While this update passes all internal tests and deviated very little from the original layout logic, it is significant enough it is being called out. If you find new issues with your stack layouts please file a bug.
## Enhancements ##
- Reduce memory transactions when scrolling ListViews
- Navigation push/pops will now auto-queue if done before the last one completes. This helps handle some race conditions.
- iOS Dynamic cell sizing support
## Bug Fixes ##
- [Bug 26809](https://bugzilla.xamarin.com/show_bug.cgi?id=26809) - ToolbarItem not refreshing its name.
- [Bug 25897](https://bugzilla.xamarin.com/show_bug.cgi?id=25897) - Java.Lang.IllegalStateException when using a ScrollView in a StackLayout of a ViewCell
- [Bug 26573](https://bugzilla.xamarin.com/show_bug.cgi?id=26573) - AbsoluteLayout.LowerChild(view) not working on Windows Phone
- [Bug 26616](https://bugzilla.xamarin.com/show_bug.cgi?id=26616) - iOS 1.3.2: NavigationPage.RemovePage not working correctly
- [Bug 25897](https://bugzilla.xamarin.com/show_bug.cgi?id=25897) - Java.Lang.IllegalStateException when using a ScrollView in a StackLayout of a ViewCell
- [Bug 20738](https://bugzilla.xamarin.com/show_bug.cgi?id=20738) - "Out of memory" error when implementing a button, building to device and rotating screen multiple times
- [Bug 25694](https://bugzilla.xamarin.com/show_bug.cgi?id=25694) - Xaml binding on ToolbarItem.Text fails
- [Bug 21478](https://bugzilla.xamarin.com/show_bug.cgi?id=21478) - Slider in ScrollView is not draggable
- [Bug 25787](https://bugzilla.xamarin.com/show_bug.cgi?id=25787) - [Windows ] Date Picker is not working properly on windows phone.
- [Bug 25935](https://bugzilla.xamarin.com/show_bug.cgi?id=25935) - Android WebView height incorrect using CSS 100 percent
- [Bug 22673](https://bugzilla.xamarin.com/show_bug.cgi?id=22673) - Initially hidden BoxView when made visible does not render (but does take up space in the UI)
- [Bug 26614](https://bugzilla.xamarin.com/show_bug.cgi?id=26614) - [Android] Image within custom renderer fails to display
- [Bug 26757](https://bugzilla.xamarin.com/show_bug.cgi?id=26757) - StackLayout not handling children height correctly causing overlapped views.
- [Bug 25932](https://bugzilla.xamarin.com/show_bug.cgi?id=25932) - WebView height returned by JQuery incorrect on Android API 19 and up
- [Bug 25328](https://bugzilla.xamarin.com/show_bug.cgi?id=25328) - [Android] WebView Renderer does not render a <div> with fixed position
- [Bug 21862](https://bugzilla.xamarin.com/show_bug.cgi?id=21862) - Software keyboard does not show up when we set Focus for Entry in Android
## Other Fixes ##
- SearchBar.CancelButtonColor now works on Android
- Picker.Focus now works on Windows Phone
- Xaml now supports setting multiple triggers into a style.
- x:Type markup syntax now works correctly for DataTrigger
- Stack overflow when re-ordering tabs on iOS (tab re-ordering disabled by default)
- iOS ViewCell re-use can fail if re-used to view with a different hierarchy