-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
@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. This might be of help : |
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.
The text was updated successfully, but these errors were encountered: