When I use WebControl on my phone I'm not able to add numbers with decimals, because my language setting is on German and the normal decimal sign here is ,. If I answer a number with decimals, simply nothing happens, when I press the button afterwards (e.g. in the Z-axis sub-window).
I see two ways to fix this:
- Find out how to force the period as decimal sign on all the browsers out there (obviously not the way I would do it)
- Add a line of Javascript that replaces
, by . in the Javascript "backend" code (assuming here, that no user will enter stuff like e.g. "2,040.500" normally)