-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break on reload #3
Comments
lisun's comment does not work |
1 similar comment
lisun's comment does not work |
:( |
lisun's comment does not work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In using this library I have noticed that the functionality breaks when reloading a page or navigating to a new page.
This is the code I use for an initial load of the page. If I call another loadrequest on the same webview the communication between javascript and obj-c stops working. I am working with a web page that is designed to make a lot of calls to these interface functions, and without them the webpage is broken.
This also doesn't work if I try to add a new interface before reloading.
Is there any work around or fix to this? At the moment I am creating a new webview everytime I need to reload and destroying the old one, but would like to use one webview for everything.
The text was updated successfully, but these errors were encountered: