とりあえずこれでいけるっぽい
if(navigator.userAgent.indexOf("CriOS") >= 0) { //処理 } |
See the Pen Chrome detection in iOS by phantom4 (@phantom4) on CodePen.
とりあえずこれでいけるっぽい
if(navigator.userAgent.indexOf("CriOS") >= 0) { //処理 } |
See the Pen Chrome detection in iOS by phantom4 (@phantom4) on CodePen.