react-native-webview-bootpay 11.6.51 → 11.6.511

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.
@@ -198,8 +198,8 @@ class BPCWebChromeClient extends WebChromeClient implements LifecycleEventListen
198
198
  params.height = ViewGroup.LayoutParams.MATCH_PARENT;
199
199
  popupDialog.getWindow().setAttributes((WindowManager.LayoutParams) params);
200
200
  popupDialog.setOnDismissListener(dialog -> {
201
+ Toast.makeText(view.getContext(), "팝업취소", Toast.LENGTH_SHORT).show();
201
202
  onCloseWindow(view);
202
- // Toast.makeText(view.getContext(), "ㅍㅏㅂ업취소", Toast.LENGTH_SHORT).show();
203
203
  });
204
204
  newWebView.setDialog(popupDialog);
205
205
  popupDialog.show();
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "Thibault Malbranche <malbranche.thibault@gmail.com>"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "11.6.51",
11
+ "version": "11.6.511",
12
12
  "homepage": "https://github.com/react-native-webview/react-native-webview#readme",
13
13
  "scripts": {
14
14
  "start": "node node_modules/react-native/local-cli/cli.js start",