Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 603 Bytes

File metadata and controls

26 lines (17 loc) · 603 Bytes

cordova-plugin-ios-decimal-keyboard

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

Installation

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

Basic Usage

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

(Optional) Multiple decimals

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

Known Issues

  • Screen rotation unsupported.