質問編集履歴

1

追加情報記載

2018/05/30 11:21

投稿

sassan
sassan

スコア6

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,43 @@
59
59
  [参考URL1](https://qiita.com/yd_niku/items/affe3a73073cdfd75876)
60
60
 
61
61
  [参考URL2](https://stackoverflow.com/questions/46228218/how-to-access-camera-on-ios11-home-screen-web-app)
62
+
63
+
64
+
65
+ ### 追加情報
66
+
67
+ 以下で試しましたが、結果は同様でした。
68
+
69
+
70
+
71
+ ```HTML
72
+
73
+ <!DOCTYPE html>
74
+
75
+ <html lang="ja">
76
+
77
+ <head>
78
+
79
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
80
+
81
+ <meta name="viewport" content="width=device-width">
82
+
83
+ <title>タイトル</title>
84
+
85
+ </head>
86
+
87
+ <body>
88
+
89
+ <input type="file">
90
+
91
+ </body>
92
+
93
+ </html>
94
+
95
+
96
+
97
+ ```
98
+
99
+
100
+
101
+ ※viewportはモバイル用の設定ですが、この設定を外した場合でも同様です。