cordova-plugin-ios-decimal-keyboard
Version:
Adding Decimal Numeric Keyboard Support for iOS
24 lines (16 loc) • 446 B
Markdown
A simple plugin to allow the decimal point to be accessible via the keyboard in iOS / iPhone.
```
cordova plugin add cordova-plugin-ios-decimal-keyboard
```
```
<input type="text" pattern="[0-9]*" decimal="true">
```
```
<input type="text" pattern="[0-9]*" decimal="true" allow-multiple-decimals="true">
```
* Screen rotation unsupported.