cordova-plugin-ionic-keyboard icon indicating copy to clipboard operation
cordova-plugin-ionic-keyboard copied to clipboard

Keyboard Plugin for Cordova

Results 74 cordova-plugin-ionic-keyboard issues
Sort by recently updated
recently updated
newest added
trafficstars

I am using a Samsung Galaxy Tab A. The on-screen keyboard mode is set to use a floating keyboard. I am trying to capture the keyboardWillShow event but this event...

![image](https://user-images.githubusercontent.com/14105365/69321480-0a2a5c80-0c65-11ea-8774-3367cd310428.png) A black bar showing above the keyboard layout after updating this plugin to 2.2.0 only in Android This issue is producing on most of the android devices while using...

When the user scrolls up/down, and then click on any input tag keyboard comes up and then suddenly goes down. using below plugin for webview and keyboard "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-ionic-webview":...

After injecting the keyboard to the component's constructor as usual, in the html file I hide some elements based on the visiibilty of the keyboard. `*ngIf="!keyboard.isVisible"` **Issue 01** When I...

This issue is quite minor but for people using hide keyboard button (on the iOS keyboard), it can be frustrating. **Steps to reproduce the issue:** 1. Focus any input field...

On certain devices (Dallas helped me test it on his Galaxy S10 as I could not replicate it on the Pixel devices I have), the @ionic-enterprise/keyboard plugin will report the...

I just received the following Crash Report from AppCenter: **io.ionic.keyboard.CDVIonicKeyboard.onDestroy** `java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewTreeObserver android.view.View.getViewTreeObserver()' on a null object reference` ``` io.ionic.keyboard.CDVIonicKeyboard.onDestroy CDVIonicKeyboard.java:162 org.apache.cordova.PluginManager.onDestroy PluginManager.java:297 org.apache.cordova.CordovaWebViewImpl.handleDestroy CordovaWebViewImpl.java:502...

## Your Environment * Plugin version: 2.1.3 * Platform: iOS * OS version: 13.7 * Device manufacturer / model: iPhone 11 (iPhone12,1) * Cordova version (`cordova -v`): 8.1.2 * Cordova...

this is a fix for these bugs: https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues/117 https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues/132

Conflicting admob plugin Admob add a native view(google ad bar), the ad resize the webview to a like webViewHeight=deviceHeight-adHeight, when this plugin resize the webview just broke the admob plugin...

needs reply