book-reader/app
Aryan ea31765612
feat(pdf-viewer): implement pan lock to disable horizontal movement (#9)
- Add `isScrollLocked` state to `PdfViewerScreen` to toggle panning behavior.
- Replace "Import SVG" debug icon with a Lock/Unlock toggle in the Top App Bar.
- Update `PdfVerticalReader` and `PdfPageComposable` to strictly zero out X-axis pan deltas and fling velocities when locked.
- Maintain zoom and vertical scrolling functionality while panning is locked.
2026-02-26 20:05:45 +05:30
..
src feat(pdf-viewer): implement pan lock to disable horizontal movement (#9) 2026-02-26 20:05:45 +05:30
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts Auto scroll update (#7) 2026-02-26 17:16:01 +05:30
proguard-rules.pro Initial commit 2026-02-24 17:37:40 +05:30