Android app can't enter more than 3 digits in app options
D
David Gray
started a topic
over 5 years ago
I've got a LaMetric Time app that accepts a latitude and longitude in order to display extra info such as cloud cover and moon rise / set times, but in the Android app (2.4.2) I can only enter 3 digits (or two digits and the minus sign), and I can't enter in a period, so numbers like -12.345 are impossible.
I could change my LaMetric Time app so that it'd accept text instead of number, then just cast to float on the server-side, but that's not good UX.
1 Comment
LaMetric Support
said
about 5 years ago
We have released the new version of LaMetric Time app for Android which contains bugs and stability fixes. Please update your software to get the best experience.
In case of any issues please feel free to drop an email to [email protected]
David Gray
I've got a LaMetric Time app that accepts a latitude and longitude in order to display extra info such as cloud cover and moon rise / set times, but in the Android app (2.4.2) I can only enter 3 digits (or two digits and the minus sign), and I can't enter in a period, so numbers like -12.345 are impossible.
I could change my LaMetric Time app so that it'd accept text instead of number, then just cast to float on the server-side, but that's not good UX.