holdtoclose
Holdtoclose is a user interface pattern where a user must press and hold a specific control element, such as a button or an icon, for a defined duration to initiate an action. This is often implemented to prevent accidental activation of a potentially destructive or irreversible operation. For example, a "delete" button might require a long press to confirm the user's intent to remove an item, rather than a single tap which could be a slip of the finger.
The duration for the hold action is typically a few seconds, and visual feedback is usually provided
This pattern is commonly found in mobile applications and operating systems, where touch interfaces are prevalent