Skip to content

Commit b1b4e0d

Browse files
committed
スマホ:AndroidのFirefoxでスワイプメニューが動くらしいので対応
1 parent c4db142 commit b1b4e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rep2/js/iphone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var iutil = {
99
* クライアントがiPhoneかどうか
1010
* @type {Boolean}
1111
*/
12-
'iphone': (/(iP(hone|od|ad)|Chrome)/).test(navigator.userAgent),
12+
'iphone': (/(iP(hone|od|ad)|Android)/).test(navigator.userAgent),
1313
/**
1414
* 内部リンクの正規表現
1515
* @type {RegExp}

0 commit comments

Comments
 (0)