jdfossapps / shop-with-mom

Application to compare and shop for items
GNU General Public License v3.0
15 stars 0 forks source link

error in currency decimal separator #5

Open wiglot opened 3 years ago

wiglot commented 3 years ago

Cannot use , as decimal separator and . do not work in cellphones with , as separador. Tested in Android with Brazil as localization.

jdfossapps commented 3 years ago

Hi @wiglot

This is a known issue with android. There is a possible workaround but I am still looking up the implications for other locales:

<EditText android:inputType="number" android:digits="0123456789.," />

If you know someone who faced this same bug and solved it please let me know

tbertels commented 3 years ago

Other apps I've seen include either only , or both , and . but replace . by , so that when we tap . a , is inserted instead.