Skip to content

gbrits/cordova-plugin-ios-decimal-keyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cordova plugin to show decimal keyboard on iPhones

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 80.8%
  • JavaScript 19.2%