사용자 도구

사이트 도구


html:mobile

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
html:mobile [2011/11/10 20:38]
kwon37xi
html:mobile [2012/01/26 20:00] (현재)
kwon37xi
줄 10: 줄 10:
     * [[http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html|Targeting the iPhone 4 Retina Display with CSS3 Media Queries - iWalt.com]]     * [[http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html|Targeting the iPhone 4 Retina Display with CSS3 Media Queries - iWalt.com]]
     * 예시 싸이트 : http://m.iwalt.com     * 예시 싸이트 : http://m.iwalt.com
 +  * 주소표시줄 숨기기 : http://davidwalsh.name/hide-address-bar
 +    * <code javascript>
 +// When ready...
 +window.addEventListener("load",function() {
 +  // Set a timeout...
 +  setTimeout(function(){
 +    // Hide the address bar!
 +    window.scrollTo(0, 1);
 +  }, 0);
 +});
 +</code>
 +  * [[http://developer.apple.com/library/safari/#codinghowtos/Mobile/UserExperience/_index.html|User Experience Coding How-To's for Safari on iPhone]]
html/mobile.1320925119.txt.gz · 마지막으로 수정됨: 2011/11/10 20:38 저자 kwon37xi