I was trying to show a web page on my web view. and in case if an error occurs or page loading fails I want to show a sad smiley and a text showing that your page is not loaded
Move the line super.onReceivedError(view,errorCode,description,failingUrl); above hideProgress(); in onReceivedError() method.
super.onReceivedError(view,errorCode,description,failingUrl);
hideProgress();
onReceivedError()