Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): add plugin hooks for WebViewClient.onRenderProcessGone #6416

Closed

Commits on Apr 24, 2023

  1. feat(android): add plugin hooks for WebViewClient.onRenderProcessGone

    This change allows more advanced handling of the webview render process termination. This can be useful for capturing additional information, or even conceivably allow the crash to be prevented should a plugin choose to.
    
    Source:
    https://developer.android.com/reference/android/webkit/WebViewClient#onRenderProcessGone(android.webkit.WebView,%20android.webkit.RenderProcessGoneDetail)
    peitschie committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1967517 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    5415f07 View commit details
    Browse the repository at this point in the history