ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

Dot entered instead of comma for languages using comma as decimal point - Android Only #149

Open joanna-zolopa opened 4 years ago

joanna-zolopa commented 4 years ago

To reproduce use

On Android device change language to one using comma as decimal point ( French, Polish, Spanish, etc. ) then start the app with the input mentioned. When input is tapped, the keyboard shows correctly digits from 0-9 and comma, but when comma is pressed, dot gets entered instead.

It works fine on iOS.

I attached simple app that shows the issue.

testapp.zip