기종에 따라 설정하는 부분이 다르지만
에이젼트 값을 구해와서 크게 분류해서 해봤습니다.
1) 안드로이드 계열
<link rel="apple-touch-icon-precomposed" href="/img/icon/icon-72.png" /> <-- 사이즈 : 72x72
(*) 혹 캘럭시 탭인 경우 가물가물한데... 114x114 로 알고 있습니다.
2) 아이폰
2-1) 3 버젼 : <link rel="apple-touch-icon" href="/img/icon/icon-57.png"> <-- 사이즈 : 57x57
2-2) 4 버젼 : <link rel="apple-touch-icon" href="/img/icon/icon-14.png"> <-- 사이즈 : 14x14
2-3) 나머지 버젼 : <link rel="apple-touch-icon" href="/img/icon/icon-14.png"> <-- 사이즈 : 114x114
3) 아이패드
<link rel="apple-touch-icon" sizes="72*72" href="/img/icon/icon-ipad-72.png" /> <-- 사이즈 : 72x72
이렇게 하니 되더군요.
안드로이드 계열에 모바일 기기만 4천개라고 합니다.
따라서 모든 기종이 없었기에 위의 내용을 바탕으로 아래와 같이 넣으시면 됩니다.
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi" />
<html lang="ko">
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi" />
// 아래에 위의 기종에 따른 <Link ~ > 을 삽입하세요
<link rel="apple-touch-icon" ~~ />
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 32341 | |
| 32339 | |
| 32326 | |
| 32325 | |
| 32322 | |
| 32319 | |
| 32318 | |
| 32316 | |
| 32315 | |
| 32313 | |
| 32312 | |
| 32311 | |
| 32310 | |
| 32304 | |
| 32303 | |
| 32300 | |
| 32293 | |
| 32292 | |
| 32291 | |
| 32285 | |
| 32284 | |
| 32275 | |
| 32271 | |
| 32268 | |
| 32265 | |
| 32261 | |
| 32258 | |
| 32257 | |
| 32255 | |
| 32254 | |
| 32253 | |
| 32251 | |
| 32250 | |
| 32249 | |
| 32247 | |
| 32246 | |
| 32245 | |
| 32244 | |
| 32243 | |
| 32242 | |
| 32241 | |
| 32240 | |
| 32239 | |
| 32238 | |
| 32237 | |
| 32236 | |
| 32232 | |
| 32229 | |
| 32228 | |
| 32227 | |
| 32217 | |
| 32215 | |
| 32214 | |
| 32213 | |
| 32211 | |
| 32207 | |
| 32196 | |
| 32193 | |
| 32192 | |
| 32190 | |
| 32188 | |
| 32186 | |
| 32184 | |
| 32173 | |
| 32172 | |
| 32171 | |
| 32167 | |
| 32165 | |
| 32163 | |
| 32162 | |
| 32158 | |
| 32157 | |
| 32155 | |
| 32151 | |
| 32149 | |
| 32135 | |
| 32132 | |
| 32127 | |
| 32125 | |
| 32122 | |
| 32120 | |
| 32119 | |
| 32117 | |
| 32116 | |
| 32115 | |
| 32114 | |
| 32112 | |
| 32111 | |
| 32109 | |
| 32107 | |
| 32104 | |
| 32103 | |
| 32102 | |
| 32101 | |
| 32094 | |
| 32089 | |
| 20404 | |
| 31036 | |
| 8279 | |
| 8268 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기