I've been Googling around but have not found a definitive answer. Can I or will I be able to embed the Google Earth Plugin within a custom Windows 8 Metro application?
Our current application uses a WinForms WebBrowser to display the plugin, and I understand that WinForms will not be supported for Metro apps. Yes, we can run our current app on Windows 8 as a desktop application, but I am interested in a Metro app.
It looks like a XAML WebView might be what we need to display the plugin, but some of what I've read indicates that the plugin will not work within a Metro app because the browsing is "plugin free". Any confirmation/further explanation of this for custom Metro apps?
Thanks!