간단하게 프로트타입 웹앱 개발용
- <!-- 모바일용웹 -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <!-- 안드로이드 홈화면추가시 상단 주소창 제거 -->
- <meta name="mobile-web-app-capable" content="yes">
- <link rel="icon" href="/img/favicon.ico">
- <!-- ios홈화면추가시 상단 주소창 제거 -->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <link rel="apple-touch-icon" href="/img/favicon.ico">
설명 잘되어있는 곳 링크
http://www.html5rocks.com/ko/mobile/fullscreen/