-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Yun Chen edited this page Oct 8, 2019
·
18 revisions
This plugin includes:
- KeyboardEnableEffect -- allows user to show/hide softkeyboard on Android/iOS platform in Xamarin.Forms
- SoftKeyboardService -- check softkeyboard display status
- 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 | Supported | Version | Notes |
---|---|---|---|
Xamarin.iOS | Yes | iOS 8+ | |
Xamarin.Android | Yes | API 16+ | Project should target Android framework 9.0+ |