webview crash: Completion handler passed to -[DWKWebView webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:] was not called
gdxz123 opened this issue · 2 comments
gdxz123 commented
how to appear this crash:
sometime,H5 need to write code like: setTimeout("alert('yo man!')",1000)
when users navigate into a dwkwebview controller, the H5 delay a alert work,
users pop out the dwkwebview controller, the webview will not dealloc immediately and the alert appeared. after a few seconds the webview will be dealloc, and the dwkwebview crash.
we must call alert completion handler before webview dealloc.
gdxz123 commented
nick5683 commented
I got the same problem, has no idea.