hi all,

I am trying to create a small example where "window.open()" in javascript
will open my new custom window..

I have implemented the delegate method createWebViewWithRequest()

I am able to create a new custom webview in that callback however when i try
to navigate the webview using the "IWebURLRequest *request" (which comes as
parameter to the createWebViewWithRequest() method)
and calling method loadRequest(request) on the main frame of the newly
created webview I am getting crash..

I am not sure I am implementing the correct delegate method.

Regeards,

Mital Vora.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to