Closed m-abs closed 8 years ago
I'm using a ready-event from the WebView to know when the page is fully loaded.
I'd like to remove this event once it's been called, so I've added an .off-function to unbind it.
Thanks for the PR.👍
Functionality to de-register event handler available now in version 1.3.0.
I'm using a ready-event from the WebView to know when the page is fully loaded.
I'd like to remove this event once it's been called, so I've added an .off-function to unbind it.