phantom4

iOSのchromeブラウザ判別

とりあえずこれでいけるっぽい

if (navigator.userAgent.indexOf(‘CriOS’) >= 0) {
  // 処理
}

See the Pen Chrome detection in iOS by phantom4 (@phantom4) on CodePen.

モバイルバージョンを終了