@exodus/react-native-webview 11.26.1-exodus.10 → 11.26.1-exodus.11

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.
@@ -749,6 +749,8 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
749
749
 
750
750
  final WritableMap event = createWebViewEvent(view, url);
751
751
  event.putInt("lockIdentifier", lockIdentifier);
752
+ // Android does not raise shouldOverrideUrlLoading for inner frames
753
+ event.putBoolean("isTopFrame", true);
752
754
  rncWebView.sendDirectMessage("onShouldStartLoadWithRequest", event);
753
755
 
754
756
  try {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "Thibault Malbranche <malbranche.thibault@gmail.com>"
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "11.26.1-exodus.10",
12
+ "version": "11.26.1-exodus.11",
13
13
  "homepage": "https://github.com/ExodusMovement/react-native-webview#readme",
14
14
  "scripts": {
15
15
  "android": "react-native run-android",