Top "Long-press" questions

if the user keeps pressing the button for some time, a different action is executed from the short press action.

Detect touch press vs long press vs movement?

I'm currently fiddling around with Android programming, but I have a small problem detecting different touch events, namely a normal …

java android touch move long-press
Long press on UITableView

I would like to handle a long press on a UITableViewCell to print a "quick access menu". Did someone already …

ios iphone uitableview gesture-recognition long-press
Swift: Long Press Gesture Recognizer - Detect taps and Long Press

I want to wire an action such that if the gesture is a tap, it does animates an object in …

ios swift long-press
UIButton Long Press Event

I want to emulate a long a press button, how can I do this? I think a timer is needed. …

ios objective-c uibutton long-press
long press on selected text in textview in android

In my android app, I have a text view and some text in it. I want that user can see …

android textview long-press
How to differentiate between long key press and regular key press?

I'm trying to override the functionality of the back key press. When the user presses it once, I want it …

android onkeypress long-press
SwiftUI: how to handle BOTH tap & long press of button?

I have a button in SwiftUI and I would like to be able to have a different action for "tap …

button swiftui long-press
Using long press gesture to reorder cells in tableview?

I want to be able to reorder tableview cells using a longPress gesture (not with the standard reorder controls). After …

ios uitableview long-press
Android - Is It possible to disable the long click of home button to avoid the task manager?

I am looking for a way to disable the task manager window once I long press on the home button. …

android long-press android-homebutton taskmanager long-click