유저의 브라우저에 따라 UI를 수정해야할 때가 있다.

그럴 땐 당황하지않고 navigator.userAgent 로 유저의 브라우저를 확인 후 

정규식을 활용해 브라우저 분기처리를 해주면 아주 유용하게 사용할 수 있다.

 

 

See the Pen userAgent를 활용한 브라우저 감지 by Choidaeboem (@choidaeboem) on CodePen.

 

+ Recent posts