cordova-plugin-ionic-keyboard
                                
                                 cordova-plugin-ionic-keyboard copied to clipboard
                                
                                    cordova-plugin-ionic-keyboard copied to clipboard
                            
                            
                            
                        Keyboard Plugin for Cordova
This change worth being mentionned in documentation. ```objectivec self.disableScroll = ![settings cordovaBoolSettingForKey:@"ScrollEnabled" defaultValue:NO]; ``` Reference #102
Is NPM package licensed under MIT or Apache? package.json lists Apache but the package includes MIT license file.
Hi! For some reason the view is not resizing on iOS for me. I installed `cordova-plugin-ionic-keyboard` and I already have `cordova-plugin-ionic-webview` in my plugins. I of course have the following...
I'm planning to switch from https://github.com/cjpearson/cordova-plugin-keyboard to this more maintained plugin. Could you tell me if this plugin: - handles Shrink Webview on iOS and Android ? (instead of webview...
As follow up to #125 I've done some more tests, and didn't get a correctly working UI with forms which inputs get overlayed by the iOS keyboard. My expectation is...
I'm wondering if there's a way of disabling the Settings (cog) icon/button/key from the keyboard? This is for a kiosk
We are using ionic keyboard plugin. On closing the keyboard, we are calling this.keyboard.onKeyboardHide().subscribe(() => { // we are shifting the entire page down to its original position }); When...
``` "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-android": "^6.4.0", "@ionic/angular": "^5.2.2", "@ionic-native/keyboard": "^5.26.0",``` ``` 账号 密码 ```
ios how to set the system keyboard to send button
To reproduce use On Android device change language to one using comma as decimal point ( French, Polish, Spanish, etc. ) then start the app with the input mentioned. When...