Skip to content

webView.rx.didTerminate crashed #50

@ShenYj

Description

@ShenYj
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions