Skip to content
Yun Chen edited this page Oct 8, 2019 · 18 revisions

Xamarin.KeyboardHelper

This plugin includes:

  • KeyboardEnableEffect -- allows user to show/hide softkeyboard on Android/iOS platform in Xamarin.Forms
  • SoftKeyboardService -- check softkeyboard display status

Building Status

Build status

Setup

  • Need Xamarin.Forms version 3 or above
  • Xamarin.KeyboardHelper Available on NuGet: https://www.nuget.org/packages/Xamarin.KeyboardHelper/2.0.7
  • 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.KeyboardHelper;assembly=Xamarin.KeyboardHelper" 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 9.0+
Clone this wiki locally