cordova-plugin-ionic-keyboard
cordova-plugin-ionic-keyboard copied to clipboard
Keyboard Plugin for Cordova
The license field in package.json should use a SPDX identifier for the license. https://docs.npmjs.com/files/package.json#license "Apache 2.0" isn't quiet right according to https://spdx.org/licenses/ This breaks license checks plugins that do rather...
[Here is a gif of the issue.][1] [1]: https://gfycat.com/sneakyuniquebighorn What I mean by that is, if I have a row of images (or even a div with a gradient) that...
So for any input on ios and android the keyboard covers/overlaps the input. This happens when the input is focused and the keyboard becomes visible Ionic: ionic (Ionic CLI) :...
By default, click on Done button of accessory bar does nothing except hiding the keyboard. Is there any way to invoke custom handler, or at least the same action as...
Hi, I'm trying to use a physical keyboard on an Ionic V3 app and every time when I start to write using the physical keyboard, the virtual keyboard is disabled,...
Hi, Can we open specific keyboard basing on input type? For example, if I have input type “tel” or “number” I want to open Numpad instead of normal keyboard programmatically....
We have an app that is partial native; a few pages have been rewritten into the app, while the other pages get loaded inside an iframe. I know this is...
I am trying to make some text selectable in my app using `user-select: auto` (which is converted to all of the appropriate browser specific css needed). This does work fine...
With statusBar.overlaysWebView(false) and keyboard open in IOS, keyboard hides certain area at the bottom of webview. I assume while calculating new view height it is not considering the height of...
is there any working ionic 4 example with the accessory bar in use? i try to implement an ionic form with ion-input fields on iOS and be able to switch...