react-native-webview-bootpay 13.8.2 → 13.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -170,11 +170,11 @@ public class BPCWebViewClient extends WebViewClient {
|
|
|
170
170
|
// Undesired behavior: Return value of WebView.getUrl() may be the current URL instead of the failing URL.
|
|
171
171
|
handler.cancel();
|
|
172
172
|
|
|
173
|
-
if (!topWindowUrl.equalsIgnoreCase(failingUrl)) {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
}
|
|
173
|
+
// if (!topWindowUrl.equalsIgnoreCase(failingUrl)) {
|
|
174
|
+
// // If error is not due to top-level navigation, then do not call onReceivedError()
|
|
175
|
+
// Log.w(TAG, "Resource blocked from loading due to SSL error. Blocked URL: "+failingUrl);
|
|
176
|
+
// return;
|
|
177
|
+
// }
|
|
178
178
|
|
|
179
179
|
int code = error.getPrimaryError();
|
|
180
180
|
String description = "";
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"version": "13.8.
|
|
14
|
+
"version": "13.8.3",
|
|
15
15
|
"homepage": "https://github.com/bootpay/react-native-webview-bootpay",
|
|
16
16
|
"scripts": {
|
|
17
17
|
"android": "react-native run-android",
|