모바일 브라우저 주소창 자동숨김

1 개요[ | ]

mobile-web-app-capable
모바일 브라우저 주소창 자동숨김
  • 스크롤을 내리면 주소창이 위로 퇴장하고
스크롤을 올리면 주소창이 위에서 등장함
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

2 예시[ | ]

<style>
html {
  height: 150%;
  background: linear-gradient(red, yellow, green);
}
</style>

<meta name="apple-mobile-web-app-capable" content="yes" />

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}