Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 504
Vinayak Bevinakatti Avatar asked Jun 11 '14 06:06

Vinayak Bevinakatti


People also ask

What is chromium embedded framework used for?

The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application.

What is a CEF browser?

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.

Does steam use CEF?

Steam Client Console With your Devkit client tool running and connected to your Deck, on the Devkits tab, click the CEF Console button. This should open a browser tab which connects to the CEF client on your Steam Deck device.

What is Java chromium?

The Java Chromium Embedded Framework (JCEF) is a simple framework for embedding Chromium-based browsers in other applications using the Java programming language.


1 Answers

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

like image 149
Praveen Rao Joginapally Avatar answered Sep 23 '22 20:09

Praveen Rao Joginapally