Monday 17 June 2013

MouseMove Event - Why doesn’t my app work on WP8 (part 6 of N)

Continuing to port our app Where's my Tent to WP8, I ran into a problem with the rating control we built—It just wasn’t working correctly on WP8.

It turns out that on WP7, when you tap on a control, you also get a LeftMouseDown event, immediately followed by a MouseMove event.

This is no longer the case.  You no longer get the MouseMove event automatically, so must handle the position of the LeftMouseDown separately.

No comments:

Post a Comment