Here it is:

It shows this line [strongWebView stringByEvaluatingJavaScriptFromString:javascriptCommand]; use much memory.
Besides,if I connect UIWebView to bridge like:
_bridge = [WebViewJavascriptBridge bridgeForWebView:_webView webViewDelegate:self handler:^(id data, WVJBResponseCallback responseCallback) {
}];
it'll never call -(void)dealloc
but if I remove those code ,it will.
Do you know what's wrong with it? Thanks.
Here it is:
It shows this line
[strongWebView stringByEvaluatingJavaScriptFromString:javascriptCommand];use much memory.Besides,if I connect UIWebView to bridge like:
it'll never call -(void)dealloc
but if I remove those code ,it will.
Do you know what's wrong with it? Thanks.