Category: Javascript

Integrating WebView into a Cocoa app

When using a WebView object inside a Cocoa application, one might think they are limited to only displaying web pages. However, using custom CSS and JavaScript, a WebView object can become a very powerful and flexible part of a Cocoa app, while looking and working natively.
The first thing you should know is that there is [...]