質問編集履歴
3
タイトルの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
【アドジェネ×Monaca】ワイプアド広告の実装方法が分からない
|
test
CHANGED
File without changes
|
2
文字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,11 @@
|
|
8
8
|
|
9
9
|
モバイルとバナーとミディアムレクタングル広告は実装できていて、ワイプアドの広告はios,android両方とも広告枠を申請して広告枠を取得できている状態です。
|
10
10
|
|
11
|
-
**モバイルバナーとミディアムレクタングルは以下のコードで実装できているのですが、
|
11
|
+
**モバイルバナーとミディアムレクタングルは以下のコードで実装できているのですが、何も表示されない状態です。**
|
12
|
+
|
13
|
+
以下エラー構文です。(ios)
|
14
|
+
|
15
|
+
> www/test.js:37 iPhone/14.7.1SecurityError: Blocked a frame with origin "monaca-debugger://60c9c4c1e788859700104b98.monaca.io" from accessing a cross-origin frame. Protocols, domains, and ports must match.
|
12
16
|
|
13
17
|
```javascript
|
14
18
|
|
1
コードの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
【アドジェネ×Monaca】ワイプアド広告の実装方法が分からない
|
1
|
+
ko-【アドジェネ×Monaca】ワイプアド広告の実装方法が分からない
|
test
CHANGED
@@ -142,18 +142,6 @@
|
|
142
142
|
|
143
143
|
});
|
144
144
|
|
145
|
-
|
146
|
-
|
147
|
-
if (ons.platform.isIPhoneX()) {
|
148
|
-
|
149
|
-
document.documentElement.setAttribute('onsflag-iphonex-portrait', '');
|
150
|
-
|
151
|
-
document.documentElement.setAttribute('onsflag-iphonex-landscape', '');
|
152
|
-
|
153
|
-
}
|
154
|
-
|
155
|
-
|
156
|
-
|
157
145
|
</script>
|
158
146
|
|
159
147
|
</head>
|