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
webView.rx.didTerminate
.do(onNext:{ _ in log.error("didTerminate: subscribe")}).subscribe(onNext:{ webView in webView.reload()}).disposed(by: rx.disposeBag)
When I run this codes in my Controller with webview crashed where the controller has not appeared!
The text was updated successfully, but these errors were encountered:
When I run this codes in my Controller with webview crashed where the controller has not appeared!
The text was updated successfully, but these errors were encountered: