Embed browsers components -


is there application lets pack bunch of html files , render them? basically, want app has embedded browser, , can pack files. there such thing? nice if cross-platform or offered additional apis.

my end goal wanna build app produces html , compiles , gives user. 1 solution use opera widgets, app can build html files, , pack desktop widget. requires user have opera installed. nice if there embedded browser solution.

try adobe air. js-heavy application packed in platfrom-independent package. includes webkit-compatible browser.

may less or more need.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -