mrchandoo / cordova-plugin-decimal-keyboard

Cordova plugin to show decimal keyboard on iPhones
Apache License 2.0
37 stars 71 forks source link

Comma or dot is not showing #25

Open lfoliveira opened 5 years ago

lfoliveira commented 5 years ago

I have a screen that uses this widget. but the keyboard is not showing the dot or comma.

rafaellop commented 5 years ago

@mrchandoo Same happens if gboard is used on ios. Noticed on ios version 12.2. Works properly when on standard, if gboard installed then no decimal point on the keyboard at all.

VietTranPG commented 5 years ago

@mrchandoo Same happens if gboard is used on ios. Noticed on ios version 12.2. Works properly when on standard, if gboard installed then no decimal point on the keyboard at all.

same issue :(( any update?

SylberG commented 5 years ago

I have the same issue, does somebody knows if it has to do something with the iOS 12.2 ?

UDTDR commented 5 years ago

I have the same issue with iOS 12.3. Need a solution, please. thx

midhunadarvin commented 5 years ago

I have the same issue. Need a solution please.

gehirnmitei commented 5 years ago

"My solution" was to abandon this plugin and fall back to JS solution. I changed the input to type=text and added an event listener for "input" event. Regex was used to filter invald user inputs.

midhunadarvin commented 5 years ago

@gehirnmitei I cannot use that solution, since my requirement is a num-pad with decimal point in it. As shown in this picture : https://i.stack.imgur.com/dIzXr.png

This might be of help : https://stackoverflow.com/questions/7262233/how-to-add-decimal-to-number-pad-ios

mrchandoo commented 5 years ago

the plugin was built to work on iOS native keyboard and not on custom keyboards. also the iOS 12.2 issue i believe the problem is with the usage of the control on Angular/Ionic component, please try the example with plan HTML control input:text