react-native-webview/android
Alesandro Ortiz ef48d35e95
fix(android): Update SSL error handling (#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 <thibault.malbranche@epitech.eu>
2020-10-22 09:35:31 +02:00
..
src/main fix(android): Update SSL error handling (#1466) 2020-10-22 09:35:31 +02:00
.editorconfig chore(format): Android project formatting (#433) 2019-03-19 14:42:47 +00:00
build.gradle fix(android): Broken build due to conditional import of kotlin (#1412) 2020-05-28 13:18:13 +02:00
gradle.properties fix(android): Updated permissions for Android Q and above (#1384 by @Karthz) 2020-05-28 16:47:26 -07:00