Can you embed an IE web browser control in a Metro C # XAML-based application for Windows 8? In addition, when possible, HTML / Javascript does it have the full set of functions that the Windows 8 HTML application has, for example, calling WinRT apis?
There is a WebView control that you can use to browse websites or to open html lines, but I believe that you can communicate with the WinRT APIs that you will need to redirect calls through ScriptNotify .