fix(mobile): viewport size on keyboard focus (#1925)

This commit is contained in:
Mo
2022-11-01 14:00:07 -05:00
committed by GitHub
parent ab0069cd68
commit e0b75946f6
2 changed files with 5 additions and 15 deletions

View File

@@ -60,7 +60,6 @@ const startApplication: StartApplication = async function startApplication(
const setupViewportHeightListeners = () => {
if (!isDesktop) {
setViewportHeightWithFallback()
window.addEventListener('orientationchange', setViewportHeightWithFallback)
window.addEventListener('resize', setViewportHeightWithFallback)
}