Skip to content

Never call -(void)dealloc? #144

@KittenYang

Description

@KittenYang

Here it is:

2015-08-21 1 25 34

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions