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