Hello,
I have a textfield for which I've chosen a "Keyboard Type": "Number (with decimal)".
This field is then untilized in a Custom Function for which a "Double" type variable is expected.
When I test the application on my iPhone, which is in French in France, the correct keyboard is displayed, and the decimal separator is indeed ",". However, the function expects a Double with the dot "." as decimal separator, which causes a bug in the application.
How can I resolve this?
Thanks,
Julien