react-native-webview/android
trcoffman 5d88af44fa
fix(Android): Workaround for chromium bugs 1023678 and 1050635. (#1221)
There is a bug in the WebView that causes a spurious call to onReceivedError
whenever you download a file.

This commit is a workaround for that bug. The idea here is to try and detect
these spurious errors and drop them before they cause problems.

This commit should be reverted once those chromium bugs are fixed.
2020-04-10 13:41:53 -07:00
..
src/main fix(Android): Workaround for chromium bugs 1023678 and 1050635. (#1221) 2020-04-10 13:41:53 -07:00
.editorconfig chore(format): Android project formatting (#433) 2019-03-19 14:42:47 +00:00
build.gradle chore(Android): Convert RNCWebViewPackage to Kotlin (#1194) 2020-02-12 17:12:24 -08:00
gradle.properties fix(build): Android build errors when using Gradle 6.0 (#1037) 2019-11-26 10:41:16 +01:00