diff --git a/src/MobileAppScreen.tsx b/src/MobileAppScreen.tsx index bd213cd..0f32082 100644 --- a/src/MobileAppScreen.tsx +++ b/src/MobileAppScreen.tsx @@ -134,7 +134,7 @@ function MobileAppScreen() { const { darkMode } = useContext(SettingsContext); const intl = useIntl(); - const isLandscape = useMediaQuery("(orientation: landscape)"); + const isLandscape = useMediaQuery("screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape)"); const [showLandscapeAlert, setShowLandscapeAlert] = useState(false); // @ts-ignore