Cordova plugin decimal keyboard for wkwebview
npm install cordova-plugin-decimal-keyboard-wkwebviewCordova plugin to show decimal keyboard on iOS devices.
Taken from mrchandoo's repo cordova-plugin-decimal-keyboard and merged with ericdesa WKWebView fix.
``bash`
cordova plugin add --save cordova-plugin-decimal-keyboard-wkwebview
`html`
Input type number will not work, try to use text with [0-9] pattern instead.

`html`

`html``
If you want to localize decimal character, you can change using decimal-char attribute

This project is licensed under the MIT License - see the LICENSE file for details