Questions tagged [tapandhold]

11 questions
10
votes
5 answers

Tap and Hold (Long Press)

Has anyone implemented Tap & Hold in a Windows Phone 7 App yet? I can see a couple of possible approaches KeyDown/KeyUp and a timer or ManipulationStarted/manipulationCompleted and a timer. However it strikes me that this is a less than idea…
David Hayes
  • 7,402
  • 14
  • 50
  • 62
8
votes
5 answers

Determining Long Tap (Long Press, Tap Hold) on Android with jQuery

I've been able to successfully play with the touchstart, touchmove, and touchend events on Android using jQuery and an HTML page. Now I'm trying to see what the trick is to determine a long tap event, where one taps and holds for 3 seconds. I can't…
Volomike
  • 23,743
  • 21
  • 113
  • 209
4
votes
2 answers

How to implement Hold in Listbox?

If hold the listbox, I want to get listbox index. This is my code:
Jeeva
  • 1,166
  • 4
  • 18
  • 39
2
votes
1 answer

cocos2D CCSequence touch and hold over time

I'm using CCSequence Actions and I want my sprite to hold at a specific action while touch and hold and continue the sequence once the touch is ended. -(BOOL) ccTouchBegan:(UITouch *)touch withEvent:(UIEvent *)event{ id downward = [CCRotateTo…
Naveed Abbas
  • 1,157
  • 1
  • 14
  • 37
2
votes
1 answer

Tap and hold in javascript. Something doesn't work

I have unknown problem with my small function "tap and hold". Could anyone tell me what is wrong? Thanks for help.