On Cocoa, You can intercept the WebView requests using a custom NSURLProtocol.
There is a fairly complete example here:
http://stackoverflow.com/questions/3155359/in-webkit-how-do-i-get-the-content-of-a-resource
On Jun 20, 2012, at 1:08 AM, BareFeetWare
wrote:
> Hi all,
>
> I'm trying to de
Look for information on "event taps". But be aware that they don't work in the
application sandbox, so you won't be able to submit your app to the Mac App
Store.
On Jun 25, 2012, at 1:56 AM, Abhijeet Singh wrote:
> Hi,I want to perform some action in my application whenever user presses any
>