Back to Dictionary
Action Feedback
●●○Customize
Long Press Feedback
A visual indicator (like a filling ring or background) that shows the progress of a long-press action before it executes.
Live Demo
What It Is
A visual indicator (like a filling ring or background) that shows the progress of a long-press action before it executes.
✓When to Use
- Destructive actions (e.g., "Hold to delete")
- Recording audio/video
- Revealing hidden secondary menus
✕When NOT to Use
- Standard navigation
- Primary positive actions where speed is important
Configuration Tips
- 01Provide clear visual growth (like a radial progress bar or growing circle)
- 02Set the required hold duration between 500ms and 1500ms
You've Seen It In
Instagram (recording)iOS Home ScreenTelegram
Prompt Templates
Copy and paste these prompts into your AI coding assistant.
Create a button that requires the user to hold it for 1 second. Show a ring filling up while they hold it.
Code Example (Tailwind CSS)
export function LongPressFeedbackDemo() {}