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

Default behaviour on iOS is that when control is focused, it is scrolled up to the screen that the keyboard which pops up at the bottom doesn't cover the input...

Hello Everyone, I have searched the internet for about 5 hours on this specific topic. I've seen it mentioned and asked by other members. We desperately need a way access...

It would be pretty cool if you could emit an event when an Android user sent a GIF or an image using the GBoard. https://www.androidpolice.com/2016/12/12/gboard-expands-keyboard-gif-support-beyond-android-7-1/

feature request

I had an encounter with your keyboard today and it has a delay until the Keyboard resizes the view. So I added a configurable option, so developers can modify the...

There's a delay that occurs between when I invoke `someDomNode.focus()` and when the keyboard's `show` event is triggered (i.e. when the keyboard itself shows). I've included a performance trace from...

Whats the difference between the following two, iOS only, hide accessory bar options? Can both be set from config.xml and/or be set from in the code? If the same, whats...

https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues/132

Fix for #117 #132 Both of these issues are due to incorrect calculation of the frameLayoutParams.height value Child content ``getWindowVisibleDisplayFrame()`` calculates the area which the user can view the content....

Hello, I am using this plugin on an Ionic 3 / Angular 5 project. I have: ``` scrollPadding: true, scrollAssist: true ``` And also ``` ``` My code looks like...

needs reply

This is a backport of a fix made for the same plugin code found in capacitor. The original code is here: https://github.com/ionic-team/capacitor/pull/2924 Fixes #157 Supersedes #133