Hi drooij
Can you provide more details? I tested on ios mobile. it works for me.
Thank you
Hi @drooij
getDBValue method will return number values according to the locale. What is the locale set on your iOS device?
Many regions around the world use a comma as the decimal separator instead of a dot. Here are some key areas:
Europe
- Countries that use a decimal comma:
- Spain
- France
- Norway
- Czech Republic
- Denmark
- Germany
- Italy
- Sweden
- Finland
- Netherlands
South America
- Countries that use a decimal comma:
- Argentina
- Brazil
- Chile
- Colombia
- Uruguay
- Venezuela
Africa
- Some countries, such as:
- Zimbabwe
- South Africa
- Cameroon, also use a decimal comma.
Asia
- Countries that use a decimal comma:
In contrast, countries like the United States, Canada, the United Kingdom, and many parts of Asia typically use a dot as the decimal separator.
Cheers!