Is it possible to use Chromium Embedded Framework (CEF) inside Windows Store Apps [closed]

夙愿已清 提交于 2020-01-01 10:53:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!