You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: