Please is it possible to get the exact time a user clicked a button within the app?
Yes, it is very simple. Save this data at a online or offline database.
Use clock to see the exactly day, hour, minute and seconds, then use tinydb, tinywebdb or anyother component to save the data wherever you want
1 Like
Yes…it’s possible…
When button got clicked save the current time from clock component to your database.