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.