테스트 사이트 - 개발 중인 베타 버전입니다

모바일버전 채택완료

kkk2222223 8년 전 조회 1,749

그누보드를 사용하지않고 핸드폰으로 사이트를 열었을때에는

모바일버전이 뜨게하고싶은데

어떻게 해야하나요?

소스가 있다면 알려주세요 ㅜㅜ

부탁드립니다

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
8년 전

그누보드에서 사용되는 소스를 이용하면..

</span> </p><p style="font-size: 14.6667px;">define('G5_MOBILE_AGENT',   'phone|samsung|lgtel|mobile|[^A]skt|nokia|blackberry|android|sony');
</p><p style="font-size: 14.6667px;">
</p><p style="font-size: 14.6667px;">function is_mobile() <span style="font-size: 14.6667px;">{</span></p><p style="font-size: 14.6667px;">    return preg_match('/'.G5_MOBILE_AGENT.'/i', $_SERVER['HTTP_USER_AGENT']);</p><p style="font-size: 14.6667px;">}</p><p style="font-size: 14.6667px;">
</p><p style="font-size: 14.6667px;">if (is_mobile()) {</p><p style="font-size: 14.6667px;">  //모바일 처리</p><p style="font-size: 14.6667px;">} else {</p><p style="font-size: 14.6667px;"> // 비 모바일 처리</p><p style="font-size: 14.6667px;">}</p><p style="font-size: 14.6667px;">

is_mobile() 함수로 체크가 가능합니다.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인