質問編集履歴

4

タグの変更を行いました。

2017/06/12 14:43

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
File without changes

3

この現象はiOSに固有の現象のように思えます

2017/06/12 14:43

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,9 @@
67
67
  検索ボタンを押下するとname をPHPに渡して検索をし、Json形式で結果を受け取ります。
68
68
 
69
69
  その結果をadditional_listの領域に埋め込みます。
70
+
71
+
72
+
73
+ (追記)
74
+
75
+ どうもiOS特有の現象のように思えてきました。

2

modalの内容を追記しました。

2017/06/12 13:43

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,49 @@
21
21
 
22
22
 
23
23
  宜しくお願いいたします。
24
+
25
+
26
+
27
+ 追記
28
+
29
+ ```
30
+
31
+ <div class="modal fade" id="Modal_Info" tabindex="-1">
32
+
33
+ <div class="modal-dialog">
34
+
35
+ <div class="modal-content">
36
+
37
+ <div class="modal-header">
38
+
39
+ <button type="button" class="close" data-dismiss="modal"><span>×</span></button>
40
+
41
+ <h4 class="modal-title">追加情報</h4>
42
+
43
+ </div>
44
+
45
+ <div class="modal-body">
46
+
47
+ <input type="text" name="name" id="name" />
48
+
49
+ <input type="button" id="search_info" value="検索" />
50
+
51
+ <div id="additional_list"></div>
52
+
53
+ </div>
54
+
55
+ <div class="modal-footer">
56
+
57
+ <button type="button" class="btn btn-default" data-dismiss="modal">閉じる</button>
58
+
59
+ </div>
60
+
61
+ </div>
62
+
63
+ </div>
64
+
65
+ ```
66
+
67
+ 検索ボタンを押下するとname をPHPに渡して検索をし、Json形式で結果を受け取ります。
68
+
69
+ その結果をadditional_listの領域に埋め込みます。

1

タイトルの変更を行いました。

2017/06/12 07:28

投稿

hidepon
hidepon

スコア206

test CHANGED
@@ -1 +1 @@
1
- bootstrap3 のモーダル機能でスマホでスクロールたい
1
+ bootstrap3 のモーダル機能で検索したデータを表示していますが、スマホでスクロール(スワイプ)出来ま
test CHANGED
File without changes