Skip to content
masonyc edited this page Nov 29, 2018 · 18 revisions

Xamarin.EnableKeyboardEffect

This effect provides a way to toggle the software keyboard in Android/iOS platform.

Building Status

Setup

  • Need Xamarin.Forms version 3 or above
  • Xamarin.EnableKeyboardEffect Available on NuGet: https://www.nuget.org/packages/Xamarin.EnableKeyboardEffect
  • Install into your platform-specific projects (iOS/Android), and any .NET Standard 2.0 projects required for your app.
  • Add xmlns:effects="clr-namespace:Xamarin.EnableKeyboardEffect;assembly=Xamarin.EnableKeyboardEffect" at the top of the xaml file

Platform Support

Platform Supported Version Notes
Xamarin.iOS Yes iOS 8+
Xamarin.Android Yes API 16+ Project should target Android framework 8.1+
Clone this wiki locally