sunflower.kr
IOS 키보드 체크
const listener = () => { const MIN_KEYBOARD_HEIGHT = 300 const isMobile = window.innerWidth < 768 const isKeyboardOpen = isMobile && window.screen.height – MIN_KEYBOARD_HEIGHT &…