Keyboard issues
By default, we are now handle keyboard in all type of applications. If you would like handle this part by yourself, set option handleKeyboard: false
.
- Safari WebKit (browser) will handle inputs and keyboard automatically.
- Chrome WebView (browser) are handled in our end with resize events.
- Cordova WkWebView/WebView are handled in our end with keyboard events.