Firstly, I am a newbie in webview so mind if I am asking a stupid question.
What I am doing here is to open a URL on a panel through webview and till now I am successfully doing it, for both local files and internet URL as well, but just needed to know if there is any mechanism from webview side to do the error handling stuff itself.
Like for example, if I put a wrong URL or the added URL is taking time to load or even if there is no Internet Connection, in all these cases, webview doesn’t prompt me any error and I have to handle all these exceptions manually.
Please help me and let me know what can be done or if there is any documents or books that can be referred.
Thanks for your reply but what exactly am looking for is Webview Loadworker’s progress/workdone property… Though I finally got my answer and by adding listeners to its property, I was also able to determine the exception occurred if any…
Click here for reference.