Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 approach because different apps would have different timer settings leading to inconsistency.
Am I missing something? I was hoping for a TapAndHold event

like image 637
David Hayes Avatar asked Jul 28 '10 23:07

David Hayes


2 Answers

For all views Hold method is there. It will handle long press function.

like image 181
Ganapathy C Avatar answered Oct 14 '22 00:10

Ganapathy C


Silverlight Toolkit for Windows Phone adds easy to use gestures support, including On Hold gestures

like image 20
jyavenard Avatar answered Oct 14 '22 00:10

jyavenard