자바스크립트 is touch device()

자바스크립트 is_touch_device()

1 소스 코드[ | ]

function is_touch_device() {
  return 'ontouchstart' in window || 'onmsgesturechange' in window;
};

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}