Revert "fix(mobile): viewport size on keyboard focus (#1925)"
This reverts commit e0b75946f6.
This commit is contained in:
@@ -60,6 +60,7 @@ const startApplication: StartApplication = async function startApplication(
|
||||
|
||||
const setupViewportHeightListeners = () => {
|
||||
if (!isDesktop) {
|
||||
setViewportHeightWithFallback()
|
||||
window.addEventListener('orientationchange', setViewportHeightWithFallback)
|
||||
window.addEventListener('resize', setViewportHeightWithFallback)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user