Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I don't have a windows phone so all I know is the windows phone simulator.

I've been using the mouse to click on screen and works fine... but will this still work on the real device?

I mean is there a difference on using multi touch or mouse events for a simple click in the real device?

share|improve this question

1 Answer

up vote 6 down vote accepted

No. If the gesture works on the emulator, the same gesture will work on the phone. That being said, I would highly recommend testing the app on the phone anyway.

share|improve this answer
I would test it if I could, So you are saying that using mouse events also works on multi touch screen on WP 7? – Navy Seal May 11 '12 at 17:47
1  
Yes, testing tapping and navigating around the app on the emulator will be fine, but this won't let you see what performance is like on a real device. (It's typically much worse than the emulator.) – Matt Lacey May 11 '12 at 17:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.