Open lfoliveira opened 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.
@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?
I have the same issue, does somebody knows if it has to do something with the iOS 12.2 ?
I have the same issue with iOS 12.3. Need a solution, please. thx
I have the same issue. Need a solution please.
"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.
@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
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
I have a screen that uses this widget. but the keyboard is not showing the dot or comma.