WINDOWS_TABLET

Type : public static const

Support : 0.8

Return : Boolean

  • Windows OS Tablet이면 true 반환.
    Windows OS에서는 터치가 되는 노트북도 Tablet으로 분류 되기 때문에 사용시 주의가 필요.
    Edge 브라우저에서는 제대로 인식되지 않는다.

Example

var winTablet = $B.ua.WINDOWS_TABLET;