cordova-plugin-ios-decimal-keyboard

Adding Decimal Numeric Keyboard Support for iOS

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cordova-plugin-ios-decimal-keyboard
101.0.15 years ago5 years agoMinified + gzip package size for cordova-plugin-ios-decimal-keyboard in KB

Readme

cordova-plugin-ios-decimal-keyboard
A simple plugin to allow the decimal point to be accessible via the keyboard in iOS / iPhone.

Installing

cordova plugin add cordova-plugin-ios-decimal-keyboard

Usage

<input type="text" pattern="[0-9]*" decimal="true">

Multiple decimals

<input type="text" pattern="[0-9]*" decimal="true" allow-multiple-decimals="true">

Known Issues

  • Screen rotation unsupported.