質問編集履歴
2
質問タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
自身で書いたところまでの箇所を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,6 +78,12 @@
|
|
78
78
|
|
79
79
|
var userAgent = navigator.userAgent.toLowerCase();
|
80
80
|
|
81
|
+
|
82
|
+
|
83
|
+
-------------自身ではここまでしかわかりませんでした。---------------------------------------------------------------------
|
84
|
+
|
85
|
+
|
86
|
+
|
81
87
|
// iPhone端末ならアプリを開くかApp Storeを開く。
|
82
88
|
|
83
89
|
if (userAgent.search(/iphone|ipad|ipod/) > -1) {
|