Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): Update SSL error handling (react-native-webview#1466)
* Update SSL error handling for Android WebView Update SSL error handling to call onReceivedError() only on top-level navigations. This prevents iframes and other subresources from causing user-visible SSL error messages. The desired behavior is only to have top-level navigations show user-visible error messages. All other requests should be cancelled automatically with no user-visible error message. * Update RNCWebViewManager.java Clarify comments and add warning on blocked subresource Co-authored-by: Thibault Malbranche <[email protected]>
- Loading branch information