Closed favoyang closed 9 years ago
Hi, I wish you can design TOWebViewControllerDelegate, so we can hook on webView: shouldStartLoadWithRequest:navigationType method to implement JS-to-cocoa bridge features ourselves.
Haha it's already on the list!
In fact, there's even a TODO comment in there right now on the line where it needs to go.
https://github.com/TimOliver/TOWebViewController/blob/master/TOWebViewController/TOWebViewController.m#L715
Thanks for the request. I'll make sure to give priority to it now. :)
Hi, I wish you can design TOWebViewControllerDelegate, so we can hook on webView: shouldStartLoadWithRequest:navigationType method to implement JS-to-cocoa bridge features ourselves.