Skip to content

Commit f383c16

Browse files
John ThomsonJohn Thomson
John Thomson
authored and
John Thomson
committed
Allow tap to hide nav bars in bloom player (BL-10887)
1 parent f0e8c70 commit f383c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReadBookPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const ReadBookPage: React.FunctionComponent<IReadBookPageProps> = (props) => {
222222
const iframeSrc =
223223
`${bloomPlayerUrl}?url=${encodeURIComponent(
224224
url
225-
)}&showBackButton=${showBackButton}&centerVertically=false&useOriginalPageSize=true` +
225+
)}&showBackButton=${showBackButton}&centerVertically=false&useOriginalPageSize=true&allowToggleAppBar=true` +
226226
`${langParam}&hideFullScreenButton=${autoFullScreen}&independent=false&host=bloomlibrary`;
227227

228228
// Lint would like us to add dependencies to this, but it doesn't work if I do.

0 commit comments

Comments
 (0)