質問編集履歴

2

書式の改善

2018/05/24 23:24

投稿

kazu5674
kazu5674

スコア7

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- iOSでiframe内のページ内スクロールを行いたいです。
23
+ iOSでiframe内のページ内移動を行いたいです。
24
24
 
25
25
 
26
26
 
@@ -158,7 +158,7 @@
158
158
 
159
159
  http://dotnsf.blog.jp/archives/1068683697.html
160
160
 
161
- こちらiframeの外からスクロなども試してみましたが、
161
+ こちらを参考にiframeの外からジ内移動なども試してみましたが、
162
162
 
163
163
  やはりiOSのみ正常にいかない状態でした。
164
164
 

1

書式の改善

2018/05/24 23:24

投稿

kazu5674
kazu5674

スコア7

test CHANGED
@@ -1 +1 @@
1
- iOSでiframe内のページ内スクロールを行いたい
1
+ iOSでiframe内のページ内移動を行いたい
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- PHPとjQueryとiframeであるシステムを作っています。
5
+ jQueryとiframeであるシステムを作っています。
6
6
 
7
7
  iframe内のページ内スクロールについて、
8
8
 
@@ -28,9 +28,9 @@
28
28
 
29
29
 
30
30
 
31
- iframe_test.php(iframe読み込み処理を行っているファイルとなります)
31
+ iframe_test.html(iframe読み込み処理を行っているファイルとなります)
32
32
 
33
- ```php
33
+ ```html
34
34
 
35
35
  <html lang="ja">
36
36
 
@@ -84,7 +84,7 @@
84
84
 
85
85
  <div id="iframe-div">
86
86
 
87
- <iframe id="iframe" src="/iframe_test_sub.php" name="iframe" scrolling="yes" frameborder="no" style=""></iframe>
87
+ <iframe id="iframe" src="/iframe_test_sub.html" name="iframe" scrolling="yes" frameborder="no" style=""></iframe>
88
88
 
89
89
  </div>
90
90
 
@@ -94,9 +94,9 @@
94
94
 
95
95
  ```
96
96
 
97
- iframe_test_sub.php(iframe読み込み先のファイルとなります)
97
+ iframe_test_sub.html(iframe読み込み先のファイルとなります)
98
98
 
99
- ```
99
+ ```html
100
100
 
101
101
  <html lang="ja">
102
102
 
@@ -120,13 +120,13 @@
120
120
 
121
121
  <body>
122
122
 
123
- <div id="header">iframe_test_sub.php - header</div>
123
+ <div id="header">iframe_test_sub.html - header</div>
124
124
 
125
- iframe_test_sub.php<br />
125
+ iframe_test_sub.html<br />
126
126
 
127
- iframe_test_sub.php<br />
127
+ iframe_test_sub.html<br />
128
128
 
129
- iframe_test_sub.php<br />
129
+ iframe_test_sub.html<br />
130
130
 
131
131
 
132
132
 
@@ -134,13 +134,13 @@
134
134
 
135
135
 
136
136
 
137
- iframe_test_sub.php<br />
137
+ iframe_test_sub.html<br />
138
138
 
139
- iframe_test_sub.php<br />
139
+ iframe_test_sub.html<br />
140
140
 
141
- iframe_test_sub.php<br />
141
+ iframe_test_sub.html<br />
142
142
 
143
- <div id="footer">iframe_test_sub.php - footer</div>
143
+ <div id="footer">iframe_test_sub.html - footer</div>
144
144
 
145
145
  </body>
146
146