WebBrowser control mouse events under Windows Phone 7 -


On Windows Phone 7, webbrowser control mouse events (eg.) Never fire? I have set breakpoints and they never hit when the user contacts with the controls, then what is the way to find out?

I am trying to do this, when the user is reading on a specific view, it is not locked. However, the main part of that scene is WebBrowser control.

There is no mouse in the phone!
It uses touch / tap events and so this (mouse related) event does not make sense on the phone.

If you have to do this, try using the manipulation event instead.

Comments