I forgot to mention that I am using the WebView as my application's user interface. That means that the code to be called back is in the WebView's host application, so I'd prefer to use direct webkit calls, rather than a plugin.
Anyway, I'll look at the NPRUNTIME plugin to see what it is doing and how it could help me. If anyone has a better suggestion, let me know. Regards, Fred From: nishanth nellutla [mailto:[email protected]] Sent: Tuesday, January 11, 2011 9:48 PM To: fredx21 Cc: [email protected] Subject: Re: [webkit-help] Code callback from javascript For all non-IE browsers, if you are planning to write a browser plugin, you can use NPRUNTIME. On Tue, Jan 11, 2011 at 11:06 PM, fredx21 <[email protected]> wrote: I would like to get my code called back from an embedded WebView control's javascript (wince port). I used to use a COM object in Microsoft's WebBrowser to accomplish code callbacks, but AFAIK, I cannot use COM objects with the webkit. Is there a way to "register" function pointers or get called back when a javascript function is not found? Fred _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help -- Thanks, Nishanth
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
