Closed GoogleCodeExporter closed 9 years ago
I used
private void webKitBrowser1_NewWindowRequest(object sender,
WebKit.NewWindowRequestEventArgs e){
e.Url.Tostring;
}
But e.Url.Tostring is empty(null).So What to do ?
Original comment by nirojdy...@gmail.com
on 27 Jul 2012 at 10:56
Check the example project on how to use this feature. You must use
NewWindowCreated and PopupCreated events since NewWindowRequest gives null Url
(WebKit bug)
Original comment by tsumalis96@gmail.com
on 6 Oct 2012 at 6:13
Thanks for the information
Original comment by nirojdy...@gmail.com
on 8 Oct 2012 at 5:03
Thanks for the information
Original comment by nirojdy...@gmail.com
on 8 Oct 2012 at 5:30
Original issue reported on code.google.com by
nirojdy...@gmail.com
on 26 Jul 2012 at 6:39