You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I have receive crash Completion handler passed to -[WKWebViewJavascriptBridge webView:decidePolicyForNavigationAction:decisionHandler:] was called more than once
only on iOS10.3
Activity
summerdev10 commentedon Feb 17, 2017
I'm getting this too, any ideas for a workaround?
mengxiangyue commentedon Mar 22, 2017
The crash is in simulator,not present in iPhone.
in WKWebViewJavascriptBridge.m, modify like this (comment with add this)
keewon commentedon Mar 22, 2017
Almost same as my PR: #272
totzcc commentedon Jun 26, 2017
crash on iOS 11.0 with Xcode 9 beta 2 (9M137d)
add
return
can fix it, For more information, see the comments abovemoyunmo commentedon Jul 17, 2017
@mengxiangyue Did you pull request for this issue?
darvintang commentedon Sep 11, 2017
什么时候能解决这个问题?修改源码就不能用pod管理了,痛苦。
mengxiangyue commentedon Sep 18, 2017
我没有用pod,因为我也添加了 原生调用js 不存在的方法 返回9999的能力,另外添加了白名单功能
cythb commentedon Sep 20, 2017
With reference to this, I hope to be of help to you. a0cfcf6
marcuswestin commentedon Nov 8, 2017
Fixed in latest release (6.0.3)