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

1 개요[ | ]

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

2 예시[ | ]

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

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

3 같이 보기[ | ]

4 참고[ | ]