How to embed a web browser control in a cross-platform application?

Posted by Gil on Stack Overflow See other posts from Stack Overflow or by Gil
Published on 2010-04-27T12:41:35Z Indexed on 2010/04/27 12:43 UTC
Read the original article Hit count: 207

hi, I need to write quickly this application: a simple window that wraps a web browser control, that runs html pages. The Browser UI (e.g. Navigation buttons) should be suppressed.

As a .net developer, I would embed the WebBrowser OCX in a Windows Form. But this has to run on Mac as well!!

I found the following cross-platform candidates. Which one would you choose (in terms of simplicity, stableness, community support, etc.):

1) wxWidgets (www.kirix.com/labs/wxwebconnect.html)

2) QT: www.youtube.com/watch?v=Ee8eRwjbcFk&feature=related

3) MONO: www.mono-project.com/WebBrowser

Thanks!

© Stack Overflow or respective owner

Related posts about cross-platform

Related posts about webbrowser