CubeStuffs / CubeTime

Simple, modern speedcubing timer with many utilities, built with SwiftUI & UIKit.
https://cubetime.app
GNU General Public License v3.0
90 stars 5 forks source link

Problem with milliseconds when typing in time #211

Closed megacuber closed 2 months ago

megacuber commented 2 months ago

When I type in my time instead of using the app timer, I can't add 3 digits in the milliseconds. Instead, a digit is moved into the minutes. For example, when I try to add a time of 4:01.418, the app instead recognizes it as 40:14.18. If I just round off my milliseconds and type in 4:01:42, the app adds on a zero to the end of the milliseconds and displays it as 4:01.420. So it's set up for 3 millisecond digits, but doesn't correctly accept that 3rd digit when typed in.

I'm using an iPad 9th generation, iOS 17.4.1.

IMG_0248 IMG_0249 IMG_0250

pdtxie commented 2 months ago

The motivation behind this design choice is that WCA competitions only record up to 2d.p. in data entry. We may add a 3d.p. input time option in the future.