Timepicker not working on iPhone

Hi,

 

I have a table with a time field. The timepicker for this field works perfectly on Android but not on iPhones (tested on 2 different devices). Is there a known bug related to this? I couldn't find any post in the community.

 

Thank you in advance,

0 3 196
3 REPLIES 3

Steve
Platinum 5
Platinum 5

I'm unaware of a known problem with the time picker. Note that AppSheet itself does not provide the time picker: it uses the OS-provided picker. So if there's a problem with the picker, it could be at the OS level (or, at least, somewhere outside AppSheet).

Hi, thanks for your reply.

 
That's why I thought it was something known because it is probably affecting all iPhone users since I tested with two different iOS devices

I have an app that has a time test for observing the conditions of a unit.  I needed a start and stop time in seconds and then have a virtual column that calculates the difference in seconds.  Since the iOS time picker doesn't have seconds, I made a column "Start" that is an enum with a selection of only "Start" and another column that records that stop time by using the "ChangeTimestamp" type and selecting the "Start" column as the column to watch for changes.  The seconds are not visible on the phone but if you check the data it has the seconds.  I then made the same two columns for the end time and had the virtual column calculate off the two time stamps.

Top Labels in this Space