We are building a WPF application for Windows 8, which acts as a wrapper for a web application. We used a Web Browser Control and used the Registry
Editor
to switch the rendering engine to IE10. Unfortunately, the Web Browser Control does not understand touch events and instead shows pointer and hand cursors like on a Tablet PC, instead of referring to the native Windows 8 multi-touch. Essentially, what we
want to achieve is the same fluid multi-touch behavior as in the Metro and Desktop versions of IE. Is it possible to make this work with the WPF Web Browser Control or should we use something else instead, for exampleAwesomium?
↧