Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comma or dot is not showing #25

Open
lfoliveira opened this issue Jan 7, 2019 · 8 comments
Open

Comma or dot is not showing #25

lfoliveira opened this issue Jan 7, 2019 · 8 comments

Comments

@lfoliveira
Copy link

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

@rafaellop
Copy link

@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
Copy link

@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
Copy link

SylberG commented May 7, 2019

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

@UDTDR
Copy link

UDTDR commented Jun 14, 2019

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

@midhunadarvin
Copy link

I have the same issue. Need a solution please.

@gehirnmitei
Copy link

"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
Copy link

@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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants