브라우져에서 Mobile, Tablet 클라이언트 검사하기: 출처: 옥션. / 기기 체크 // isTablet()과 isMobile()은 HP와 SRP에서 사용 중 function isMobileDevice() { var phoneArray = new Array('samsung-', 'sch-', 'shw-', 'sph-', 'sgh-', 'lg-', 'canu', 'im-', 'ev-', 'iphone', 'nokia', 'blackberry', 'lgtelecom', 'natebrowser', 'sonyericsson', 'mobile', 'android', 'ipad'); for (i = 0; i < phoneArray.length; i++) { if (navigator.userAgent.toLow..