Jimmy Engtröm
Jimmy Engtröm

Reputation: 2008

Detect pinch zoom in Windows phone (7.1)

According to Silverlight toolkit the Gesture listener is to be considered deprecated

The Gesture Listener should be considered deprecated for all Windows Phone 7.1 SDK development.

And no other suggestions are available. In the absence of gesture listener what is the best way to detect pinch/zoom gestures in WP7?

Upvotes: 3

Views: 1305

Answers (1)

Mark Hall
Mark Hall

Reputation: 54532

Take a look at this MSDN page. It is using the ManipulationDelta class to handle touch and resizing.

Upvotes: 5

Related Questions