Where is the demo for the WebKit or some browser integration

Hi,

The kit looks nice, clean API, very much like Qt but the memory footprint seems less.

Compiled the JUCE demo from sources thinking there will be a web browser demo. Can you help me find one ? Is there any support for the WebKit / Gecko / something ?

Thanks

Well, the juce demo app has a page showing the embedded browser. It only embeds the OS-supplied browser though, it’s not a fully-integrated webkit engine like Qt has.

Thanks, forgot to mention that I have compiled it on Ubuntu

Ah yes, well AFAIK the only way to embed a browser on linux would involve properly integrating the WebKit library, which could be a very significant piece of work… We may tackle that problem later this year for Tracktion, but I don’t know enough about WebKit to know how difficult it’d be to do.