Hi,
We are building MFC app using webbrowser control (CHtmlView) to display html pages. Unfortunately when using this app on touch device with Win8.1 + IE11, no touch features are available. By touch features I mean these: http://ie.microsoft.com/testdrive/Browser/TouchFirstControls/Default.html. Of course when displaying the same page in standalone IE11 touch features are working very well...
Is it possible to turn it on somehow, either in html or in c++?
Thank you