Can I enable web browser management in a Metro XAML app with the full features of a Metro web app?

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?

+5
source share
1 answer

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 .

+3

All Articles