Windows Phone 7 WebBrowser control swallows manipulation events? -


Text after "div class =" itemprop = "text">

If I place a WebBrowser control on any page, then the page now responds to manipulation events under WebBrowser. In other areas of the page work fine

It is easily overridden by having OnManipulationCompleted in a page, then placing a WebBrowser control on the page. Try swiping more than WebBrowser, and never called OnManipulationCompleted .

I can not set WebBrowser to IsHitTestVisible = false because I should be able to click on the link but I want the page to respond to the left / right swipe.

Anyone got a bright idea? Or know if this is a bug in the current release?

The result of this kind is that we implement the web browser. Touch events directly with the browser engine. Once it happens that the Silverlight is basically out of the picture. Unfortunately, I can not think of any work solution that can give you whatever you want. -Sketts, MS Dev


Comments