简体   繁体   中英

Embeddable Cross-Platform Web Browser?

I'm wondering if there is a Web Browser that I can embed in my Applications and that is cross-Platform (Windows, OS X, Linux)?

I'm undecided about the programming language, but I guess I'll have to go the C++ route (in which case I'd likely choose Qt as a GUI Framework) unless something for .net/mono or Java exists?

Doesn't need to be too fancy, but should ideally be free/open source. I know I could just grab the WebKit sources, but these are HUGE, and I wonder if they are really intended for embedding or if there is a browser that is already embeddable?

It does not have to be the latest and greatest, although Ogg Theora support would be excellent (or at least some way for me to add it)

我已经找到了基于Webkit的浏览器: Arora

As @Andrey noted in his comment WebKit is itself embeddable. If you use Qt then you can easily embed it into your application using QtWebKit .

This is a java solution, but you might want to look at jdic.

https://jdic.dev.java.net/

Eclipse includes a web browser which you might be able to use. I have no experience with actually using it, but it works ok for webpages inside Eclipse.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM