fix(mobile): viewport size on keyboard focus (#1925)
This commit is contained in:
@@ -60,7 +60,6 @@ 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