mirror of https://github.com/axmolengine/axmol.git
Merge pull request #12500 from jianglong0156/webviewHide
fix the bug:webview can not display
This commit is contained in:
commit
72fde7efb8
|
@ -37,6 +37,7 @@ static bool jsb_cocos2dx_experimental_webView_setOnShouldStartLoading(JSContext
|
|||
JS_ReportPendingException(cx);
|
||||
}
|
||||
});
|
||||
return true;
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue