documentation/docfx/releases/1.58.1.md
Touch events & bug fixes · Released June 30, 2017 · NuGet · GitHub Release
This release adds touch event support to all Xamarin.Forms views and .NET Standard 1.3 support. Several bugs are fixed including color rendering issues on some devices, an incorrect GRContextOptions struct, and SKRegion.SetPath always producing empty regions. SkiaSharp.Svg and SkiaSharp.Extended have moved to their own repository.
None in this release.
EnableTouchEvents and the Touch event. Disabled by default due to an iOS Xamarin.Forms bug (PR 990, bug 57114).SKRectI.Ceiling and SKRectI.Floor overloads — New overloads to inflate/deflate to integral coordinates. (#318)GRContextOptions struct definition.SKRegion.SetPath always creating an empty region. (#316)| Platform | What's New |
|---|---|
| 🍎 Apple | tvOS minimum lowered to 9.0; touch events in Xamarin.Forms |
| 🤖 Android | GC-related view fix; touch events in Xamarin.Forms |
| 🪟 Windows | Touch events in Xamarin.Forms |
| 🎨 Core | GRContextOptions fix, SKRegion.SetPath fix, SKRectI overloads |