TimOliver/TOWebViewController

there is not way to use webViewDidFinishLoad

mclkyo opened this issue · 2 comments

i want to add a JSContext to webview in webViewDidFinishLoad function,but there is no way to implementation this method,Can you add a block like shouldStartLoadRequestHandler?thank you

Thanks for the PR fixing this! I've been meaning to properly expose the UIWebView delegate out of this class for a while now. Thanks again for doing that!

i think expose the UIWebView delegate out will be a good idea