We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e8c70 commit f383c16Copy full SHA for f383c16
src/components/ReadBookPage.tsx
@@ -222,7 +222,7 @@ const ReadBookPage: React.FunctionComponent<IReadBookPageProps> = (props) => {
222
const iframeSrc =
223
`${bloomPlayerUrl}?url=${encodeURIComponent(
224
url
225
- )}&showBackButton=${showBackButton}¢erVertically=false&useOriginalPageSize=true` +
+ )}&showBackButton=${showBackButton}¢erVertically=false&useOriginalPageSize=true&allowToggleAppBar=true` +
226
`${langParam}&hideFullScreenButton=${autoFullScreen}&independent=false&host=bloomlibrary`;
227
228
// Lint would like us to add dependencies to this, but it doesn't work if I do.
0 commit comments