I am looking for some web-browser control开发者_如何学Python for Mac, which is the root of my project and any programming language which supports browser can be used for development,
I tried Mono but that does not support Browser control for Mac.
I am completely new to Mac-world, if there is anyone can show me a list of possibilities.
If you’re developing for Mac OS X, you should use Cocoa, the Objective-C framework developed, published, and supported by Apple.
For the Web browser component, you can use the WebKit.
Qt includes WebKit component. Usually Qt apps are developed with C++ in "Qt Creator" IDE. But Qt's WebKit implementation has several ugly bugs. Other WebKit implementations are better, but I don't know if they are available on Mac.
It is also possible to use Gecko XUL. But it looks more complex to me than Qt.
精彩评论