react-native-webview-bootpay 11.26.19 → 11.26.20
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.
- package/apple/BPCWebView.m +1 -1
- package/package.json +1 -1
package/apple/BPCWebView.m
CHANGED
|
@@ -322,7 +322,7 @@ RCTAutoInsetsProtocol>
|
|
|
322
322
|
|
|
323
323
|
if (!navigationAction.targetFrame.isMainFrame) {
|
|
324
324
|
|
|
325
|
-
if ([url
|
|
325
|
+
if ([url containsString:@"bootpay.co.kr"]) {
|
|
326
326
|
// 팝업(새 창) 뜨는 경우 호출됨 (window.open 또는 target="_blank")
|
|
327
327
|
WKWebView *popupView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, self.bounds.size.width, self.bounds.size.height) configuration:configuration];
|
|
328
328
|
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
|
11
11
|
],
|
|
12
12
|
"license": "MIT",
|
|
13
|
-
"version": "11.26.
|
|
13
|
+
"version": "11.26.20",
|
|
14
14
|
"homepage": "https://github.com/bootpay/react-native-webview-bootpay",
|
|
15
15
|
"scripts": {
|
|
16
16
|
"android": "react-native run-android",
|