在iOS上检测移动Chrome

时间:2015-09-12 06:07:51

标签: jquery google-chrome mobile

根据this问题,我需要检测移动设备并使用此代码。

if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
 // some code..
}

但是,它不再检测iPad上的Chrome。现在如何检测移动Chrome?

0 个答案:

没有答案