Solsiden
Solsiden

Reputation: 784

Using Google Chrome as bundled runtime for HTML app?

I have an HTML application that run offline, and I want to end up with a way to open the app from an exe file on Windows. I have tried Visual Studio, but the app does not run in the WebBrowser component.

I am pretty sure I have read that I can use Chrome (or some kind of Chrome version of Chrome) as a "bundled runtime", but I have a really hard time finding anything about it. Does it exist?

Using chrome as an engine (instead of "web views" based on Internet Explorer) would also make sure that the application would run nice on computers which has not updated Windows or browsers for a while.

Upvotes: 0

Views: 48

Answers (1)

dlamblin
dlamblin

Reputation: 45331

You must be thinking of CEF: the Chromium Embedded Framework.

Upvotes: 1

Related Questions