ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

No numeric keyboard type with decimal point. #43

Closed litianyangz closed 5 years ago

litianyangz commented 5 years ago

There is no decimal point.

terminaltor commented 5 years ago

+1

rondog commented 5 years ago

this would be a great addition. Really need this for calculations.

jcesarmobile commented 5 years ago

The plugin just helps managing the keyboard, but doesn't create new keyboard types, so adding a decimal point is not something we can do.

midhunadarvin commented 5 years ago

Hi, Can you reopen this issue? I know this team isn't creating new keyboard types, but the decimal pad is a native keyboard type in iOS. But with <input type="number" /> it doesn't work.

Similar issues in other repos : https://github.com/ionic-team/ionic-plugin-keyboard/issues/191