You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for similar issues (including closed issues) and found none was relevant.
Introduce the issue
This issue relates to two problems related to side button behavior that can and should all be fixed together:
The stopwatch is stopped by the side button but cannot be restarted with the side button.
There is no way to exit the stopwatch and let it run in the background, as the back button stops the stopwatch no matter what.
Preferred solution
Allow the stopwatch to be started by the side button. It might be better to use a double click gesture, which can also be used for the lap function once the stopwatch is started.
Allow the ‘press and hold’ side button gesture to exit the stopwatch without stopping it, so you can check the time, etc.
Version
v1.14.0
The text was updated successfully, but these errors were encountered:
Another issue that the stopwatch stops when you release the button rather than press it. But this would require input events to be refactored to allow apps to process button up/down themselves
Verification
Introduce the issue
This issue relates to two problems related to side button behavior that can and should all be fixed together:
Preferred solution
Version
v1.14.0
The text was updated successfully, but these errors were encountered: