You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,7 @@ A component for displaying documents of different types such as PDF, docx, pptx,
360
360
- [pageNumber](#pagenumber)
361
361
- [topToolbarEnabled](#toptoolbarenabled)
362
362
- [bottomToolbarEnabled](#bottomtoolbarenabled)
363
+
- [hideToolbarsOnTap](#hidetoolbarsontap)
363
364
- [pageIndicatorEnabled](#pageindicatorenabled)
364
365
- [showSavedSignatures](#showsavedsignatures)
365
366
- [isBase64String](#isbase64string)
@@ -429,6 +430,11 @@ pageNumber | int | the current page number
429
430
bool, optional
430
431
##### bottomToolbarEnabled
431
432
bool, optional
433
+
##### hideToolbarsOnTap
434
+
bool, optional
435
+
436
+
Whether an unhandled tap in the viewer should toggle the visibility of the top and bottom toolbars. The default value is `true`. When `false`, the top and bottom toolbar visibility will not be toggled and the page content will fit between the bars, if any.
0 commit comments