質問編集履歴

3

修正

2019/07/30 01:56

投稿

kanchi2000
kanchi2000

スコア6

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  素人ですが、monacaにてPDF閲覧のアプリを作成しております。
6
6
 
7
- "InAppBrowser"プラグインを設定し、
7
+
8
8
 
9
9
  <script>
10
10
 

2

誤字

2019/07/30 01:56

投稿

kanchi2000
kanchi2000

スコア6

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <script>
10
10
 
11
- function openMonaca3() {
11
+ function openMonaca() {
12
12
 
13
13
  window.open("hogehoge.pdf", '_blank', 'location=no');
14
14
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  <script>
52
52
 
53
- function openMonaca3() {
53
+ function openMonaca() {
54
54
 
55
55
  window.open("hogehoge.pdf", '_blank', 'location=no');
56
56
 

1

書式の追記

2019/07/30 01:52

投稿

kanchi2000
kanchi2000

スコア6

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  素人ですが、monacaにてPDF閲覧のアプリを作成しております。
6
6
 
7
-
7
+ "InAppBrowser"プラグインを設定し、
8
8
 
9
9
  <script>
10
10