Vapolia.XamarinFormsGesture
3.3.2
Prefix Reserved
Install-Package Vapolia.XamarinFormsGesture -Version 3.3.2
dotnet add package Vapolia.XamarinFormsGesture --version 3.3.2
<PackageReference Include="Vapolia.XamarinFormsGesture" Version="3.3.2" />
paket add Vapolia.XamarinFormsGesture --version 3.3.2
#r "nuget: Vapolia.XamarinFormsGesture, 3.3.2"
// Install Vapolia.XamarinFormsGesture as a Cake Addin
#addin nuget:?package=Vapolia.XamarinFormsGesture&version=3.3.2
// Install Vapolia.XamarinFormsGesture as a Cake Tool
#tool nuget:?package=Vapolia.XamarinFormsGesture&version=3.3.2
Bring all platform gestures to Xamarin Forms on Android and iOS. Add this nuget to your Netstandard, Android, iOS and UWP projects.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid90 monoandroid10.0 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Universal Windows Platform | uap10.0.17763 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Xamarin.Forms (>= 4.5.0.356)
-
MonoAndroid 10.0
- Xamarin.Forms (>= 4.5.0.356)
-
MonoAndroid 9.0
- Xamarin.Forms (>= 4.5.0.356)
-
UAP 10.0.17763
- Xamarin.Forms (>= 4.5.0.356)
-
Xamarin.iOS 1.0
- Xamarin.Forms (>= 4.5.0.356)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.2 | 2,860 | 12/20/2021 |
3.3.1 | 947 | 5/26/2021 |
3.3.0 | 994 | 4/8/2021 |
3.3.0-preA3 | 450 | 2/25/2021 |
3.3.0-preA2 | 975 | 10/28/2020 |
3.3.0-preA1 | 208 | 10/28/2020 |
3.3.0-preA0 | 218 | 10/27/2020 |
3.3.0-pre9 | 228 | 10/26/2020 |
3.3.0-pre6 | 203 | 10/26/2020 |
3.3.0-pre5 | 213 | 10/26/2020 |
3.3.0-pre4 | 277 | 10/25/2020 |
3.3.0-pre3 | 265 | 10/10/2020 |
3.3.0-pre2 | 259 | 10/9/2020 |
3.3.0-pre1 | 263 | 10/6/2020 |
3.2.3 | 13,785 | 3/18/2020 |
3.2.2 | 298 | 3/17/2020 |
3.2.0 | 298 | 3/16/2020 |
3.0.0 | 8,216 | 6/14/2018 |
2.0.23 | 336 | 3/18/2020 |
2.0.22 | 405 | 5/15/2019 |
2.0.20 | 364 | 5/15/2019 |
2.0.19 | 376 | 5/15/2019 |
2.0.17 | 384 | 5/15/2019 |
2.0.15 | 588 | 8/31/2018 |
2.0.13 | 747 | 6/14/2018 |
2.0.12 | 971 | 6/14/2018 |
2.0.11 | 1,636 | 4/9/2018 |
2.0.10 | 1,246 | 12/15/2017 |
2.0.9 | 1,601 | 10/7/2017 |
2.0.8 | 929 | 10/7/2017 |
1.1.1-pre4 | 961 | 8/3/2017 |
1.1.1-pre3 | 660 | 8/3/2017 |
1.1.1-pre2 | 660 | 8/3/2017 |
1.1.1-pre1 | 646 | 8/2/2017 |
1.1.0 | 7,874 | 8/2/2017 |
1.0.1 | 1,605 | 3/3/2017 |
1.0.0 | 761 | 1/17/2017 |
1.0.0-pre2 | 715 | 1/17/2017 |
1.0.0-pre1 | 708 | 1/17/2017 |
3.3.2: #31
3.3.0: breaking changes. All commands with a point parameter now have "Point" in their names. More gestures have a Point version.
3.2.0: xamarin forms 4. Switch to a multi targeting project.
3.1.0: xamarin forms 3.6. Double tap command.
3.0.0: netstandard 2.0, xamarin forms 3. UWP requires fall creator update.
2.0.0: netstandard 1.4, xamarin forms 2.4
1.1.1: add universal windows implementation
1.1.0: add pan gesture
1.0.1: fix ios version for XamForms DependencyService (changed internal to public in class definition)