问题
How to integrate Chromium Embedded Framework (CEF) inside Windows Store (Metro Style) App. I read CEF Wiki - https://code.google.com/p/chromiumembedded/ but did not find anything related to Windows Store Apps. There is tutorial for WPF app - https://code.google.com/p/chromiumembedded/wiki/Tutorial And there is a example for WPF App - cefclient. Is there any example for Windows Store apps? I want to create a CEF webview inside Windows Store App.
回答1:
We tried that, but the problem was distributing CEF binaries along with Windows store app which would not app certification. We are using WebView provided by Windows store app programming to render web content. We could interact with rendered javascript with ScriptNotify and InvokeScriptAsync.
Please look into http://blogs.windows.com/windows/b/appbuilder/archive/2013/07/17/what-s-new-in-webview-in-windows-8-1.aspx if are interested in details
来源:https://stackoverflow.com/questions/24156023/is-it-possible-to-use-chromium-embedded-framework-cef-inside-windows-store-app