feat(config): add an option to toggle footbar by tapping on the footbar (#2891)

This commit is contained in:
Huang Xin
2026-01-09 03:22:34 +01:00
committed by GitHub
parent a312080f7c
commit b868146129
31 changed files with 75 additions and 27 deletions
@@ -231,6 +231,7 @@ export const DEFAULT_VIEW_CONFIG: ViewConfig = {
showRemainingTime: false,
showRemainingPages: false,
showProgressInfo: true,
tapToToggleFooter: false,
showMarginsOnScroll: false,
progressStyle: 'fraction',
progressInfoMode: 'all',