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

Adds Logic To Catch MissingWebViewPackageException #24533

Closed
wants to merge 2 commits into from

Commits on Apr 23, 2019

  1. [ForwardingCookieHandler] Adds Logic To Catch MissingWebViewPackageEx…

    …ception
    
    Summary:
    We are seeing crash reports that the webview is missing. In this case
    it should fail gracefully so that a missing webview does not block
    from using an app built with React Native.
    
    The contains could also be changed to check for "webview" in general
    to catch all webview related exception. It's currenlty checking on
    for the specific string that I'm seeing in our app's crashreporting tool.
    thorbenprimke committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6c751c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

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