yhejazi2016 / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

No (dns, page, etc) resolution detection. #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate to a non-existant page.

What is the expected output? What do you see instead?
Some ability to delegate page load errors or detect error codes, instead it 
seems to do nothing.

I would love to contribute to this project, but I am very rusty at .Net and 
have barely programmed anything more than websites.  If anyone could provide 
resources to make myself useful to this project, I would gladly contribute.

Original issue reported on code.google.com by skhame...@gmail.com on 10 Jan 2012 at 8:09

GoogleCodeExporter commented 8 years ago
There are special events for detecting a page error. You can use 
WebKitBrowser.Error to detect when the navigation has failed and 
WebKitBrowser.ResourcesIntercepter.ResourceFailed to detect when a specific 
resource has failed to load or has loaded incorrectly.

I see that you are the one who has submitted a form and would like to be a 
developer. In order to be able to contribute you can post issues and 
suggestions if you cannot code in .NET, and if you can but not in a level that 
OpenWebKitSharp requires you can create example projects/tutorials. You can do 
whatever you want. Even the least that you can offer is very much appreciated 
by the whole developers' team.

Original comment by tsumalis96@gmail.com on 13 Jan 2012 at 1:04

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 17 Apr 2012 at 4:02