DZNWebViewController
DZNWebViewController copied to clipboard
URL loads but don't get callback of didFinish Navigation method or other callback methods
Hi,
I am loading a website url in DZNWebView, the project is in swift.
I am facing a weird issue where, the url load nicely initially and the delegate methods are also called appropriately like didFinishNavigation and other delegate methods, but for a particular url, none of the delegate methods fire, even the url on the navigation doesn't update, although the page is loaded on the web view. I am clueless, can anyone help?
Thanks, Vishal
I have the same question. It seems that the callback 'didFinish navigation' is called only when the user changes the URL in the address. I'm looking for the callback that triggers every time the page gets successfully loaded. But I couldn't find it in the header file. Have @dzenbot implement this function? If yes, kindly send me some instruction to use it.
Thanks a lot! Again, great API. Victor.