We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4db142 commit b1b4e0dCopy full SHA for b1b4e0d
1 file changed
rep2/js/iphone.js
@@ -9,7 +9,7 @@ var iutil = {
9
* クライアントがiPhoneかどうか
10
* @type {Boolean}
11
*/
12
- 'iphone': (/(iP(hone|od|ad)|Chrome)/).test(navigator.userAgent),
+ 'iphone': (/(iP(hone|od|ad)|Android)/).test(navigator.userAgent),
13
/**
14
* 内部リンクの正規表現
15
* @type {RegExp}
0 commit comments