Xam.Plugins.Forms.CustomReturnEntry 4.1.1

.NET Standard
Suggested Alternatives

Xamarin.Forms

Additional Details

This Plugin and its functionality has been added into Xamarin.Forms

Requires NuGet 2.8.1 or higher.

dotnet add package Xam.Plugins.Forms.CustomReturnEntry --version 4.1.1
NuGet\Install-Package Xam.Plugins.Forms.CustomReturnEntry -Version 4.1.1
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="Xam.Plugins.Forms.CustomReturnEntry" Version="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugins.Forms.CustomReturnEntry --version 4.1.1
#r "nuget: Xam.Plugins.Forms.CustomReturnEntry, 4.1.1"
#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 Xam.Plugins.Forms.CustomReturnEntry as a Cake Addin
#addin nuget:?package=Xam.Plugins.Forms.CustomReturnEntry&version=4.1.1

// Install Xam.Plugins.Forms.CustomReturnEntry as a Cake Tool
#tool nuget:?package=Xam.Plugins.Forms.CustomReturnEntry&version=4.1.1

Custom control for your Xamarin.Forms project to customize the Keyboard Return button.
        Ensure you call CustomEntryRenderer.Init() on each platform!
        Built against Xamarin.Forms 2.5.0.280555

        https://github.com/brminnick/EntryCustomReturnPlugin

        New In This Release:
        - Performance improvements and optimizations
- Additional XML Definitions for Intellisense

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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid10
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10 uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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
4.1.1 12,966 7/14/2019
4.1.0 1,546 12/12/2018
4.1.0-pre1 3,184 2/13/2018
4.0.0 4,845 2/13/2018
4.0.0-pre4 875 1/15/2018
3.3.0 1,350 1/15/2018
3.3.0-pre2 810 1/8/2018
3.3.0-pre1 796 12/21/2017
3.2.1 1,093 12/17/2017
3.2.0 873 11/16/2017
3.1.2 1,495 10/3/2017
3.1.2-pre1 752 8/27/2017
3.1.1 1,538 6/10/2017
3.1.1-pre1 881 5/27/2017
3.1.0 839 5/27/2017
3.1.0-pre1 794 4/24/2017
3.0.0 1,645 4/24/2017
3.0.0-pre2 1,054 3/19/2017
3.0.0-pre1 771 3/19/2017
2.1.0 2,443 3/5/2017
2.0.0 1,214 2/17/2017

New In This Release:
           - Performance improvements and optimizations