DZNWebViewController icon indicating copy to clipboard operation
DZNWebViewController copied to clipboard

URL loads but don't get callback of didFinish Navigation method or other callback methods

Open vshall20 opened this issue 7 years ago • 1 comments

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

vshall20 avatar Jan 04 '18 08:01 vshall20

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.

strawherotk avatar Mar 10 '18 04:03 strawherotk