XFormsTouch 1.0.9

dotnet add package XFormsTouch --version 1.0.9
                    
NuGet\Install-Package XFormsTouch -Version 1.0.9
                    
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="XFormsTouch" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XFormsTouch" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="XFormsTouch" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XFormsTouch --version 1.0.9
                    
#r "nuget: XFormsTouch, 1.0.9"
                    
#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.
#addin nuget:?package=XFormsTouch&version=1.0.9
                    
Install XFormsTouch as a Cake Addin
#tool nuget:?package=XFormsTouch&version=1.0.9
                    
Install XFormsTouch as a Cake Tool

XFormsTouch: provides touch event notifications for Android and iOS via Xamarin.Forms Effect.

The code is copied from https://github.com/xamarin/xamarin-forms-samples/tree/master/Effects/TouchTrackingEffect and adapted to be used as a separate library.
Xamarin explains how it works at https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/effects/touch-tracking.

This is just a handy NuGet package around the Xamarin Sample Code to use the TouchEffect in other projects.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on XFormsTouch:

Package Downloads
Xamarin.Forms.InterfaceBuilder

InterfaceBuilder is an hepful api to write Xamarin.Forms user interfaces directly in sourcecode. It's heavly relying on the builder pattern. So you can write: var ui = new UI(); MainPage = ui.Page("MainPage", ui.Stack().With( ui.Label("A"), ui.Label("B"), ui.Label("C")) );

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 2,811 9/9/2019
1.0.8 842 5/28/2019
1.0.7 660 5/28/2019
1.0.6 773 5/3/2019
1.0.5 11,724 11/25/2018
1.0.4 762 11/25/2018
1.0.3 791 11/25/2018
1.0.2 773 11/23/2018
1.0.1 1,355 8/12/2018
0.9.9 916 8/11/2018
0.9.8 953 8/11/2018
0.9.7 904 8/11/2018
0.9.6 912 8/11/2018
0.9.5 891 8/11/2018
0.9.4 918 8/11/2018
0.9.3 921 8/11/2018