Guys, I need some help.
In my apps, there is a Price field, where when the iOS user is going to put the price of the given product, he cannot use the comma “,”, the keyboard does not accept.
On Android, the comma “,” is also not accepted, but there is a dot on the android keyboard. " which replaces very well.
That is, the Android user can put a value of 30.50
The iOS user is unable to place.
Does anyone know how I can solve this problem?
Below is a print below to illustrate what I reported.