1

I am having a problem with embedding webbrowser in WPF application. As you may know the standard webbrowser is not really a WPF component. When you embed the control you cannot apply any transforms on it and is displayed on the topmost layer as it is just wrapper for winforms control.

I have to create app with webbrowser included; the app should rotate to face all four edges of the touch capable screen that will be built into the restaurant table. I've tried Awesomium and CefSharp but touch scrolling works only in winforms components (which is weird cause WPF was designed with touch in mind).

Any ideas? Alternative WPF browser components? The component has to WPF control, be touch responsive and preferably free or cheap.

4

1 回答 1

1

如果它仍然相关,有一种方法可以使WPF WebBrowser控制触摸友好(IE10+),这里是如何

于 2013-09-03T07:30:27.900 回答