diff --git a/apps/readest-app/src/app/library/page.tsx b/apps/readest-app/src/app/library/page.tsx index 46e7578a..3968e77b 100644 --- a/apps/readest-app/src/app/library/page.tsx +++ b/apps/readest-app/src/app/library/page.tsx @@ -121,7 +121,7 @@ const LibraryPageContent = ({ searchParams }: { searchParams: ReadonlyURLSearchP useEffect(() => { if (appService?.isMobileApp) { - lockScreenOrientation({ orientation: 'portrait' }); + lockScreenOrientation({ orientation: 'auto' }); } }, [appService]);