-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show / Hide / Disable / Enable soft Keyboard Input (Android & iOS) #2408
Show / Hide / Disable / Enable soft Keyboard Input (Android & iOS) #2408
Conversation
- In some instances you will want to enable the keyboard but not show it e.g. you disable for a webview but then re-enable for other screens.
Thanks, I have updated the implementation and removed the android input method enable/disable logic as it changing it for the whole Android Activity! |
@all-contributors please add @Mecharyry for code |
I've put up a pull request to add @Mecharyry! 🎉 |
Connection with issue(s)
Resolve issue #1845
Provides a way to enable / disable, as well as show and hide the keyboard on iOS and Android devices.
Testing and Review Notes
See videos below. You may need to disable the
disableInputAccessoryView: true
inInAppWebViewSettings
enabling / disabling does not remove this view by default.InAppWebView
example on an Android or iOS deviceScreenshots or Videos
android_input_method.mp4
ios_input_method.mov