UIWebview gets stuck with the following message in console.
void SendDelegateMessage(NSInvocation*): delegate (webView:didFinishLoadForFrame:) failed to
Below code snippet worked for me.
if(!webview.isLoading) { // update your code. }