-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Pdf controls(zoom in, zoom out...) not working. Using this code.
<DocViewer
ref={docViewerRef2}
config={{
header: {
disableHeader: true,
disableFileName: true,
retainURLParams: true,
},
pdfZoom: {
defaultZoom: 0.7,
zoomJump: 0.1
},
pdfVerticalScrollByDefault: true
}}
theme={{
primary: "#FFF",
secondary: "#ffffff",
tertiary: "rgba(38, 38, 38, 0.8)",
textPrimary: "#ffffff",
textSecondary: "#5296d8",
textTertiary: "#99",
disableThemeScrollbar: false,
}}
documents={[
{ uri: resumeUrl, fileType: 'pdf' }
]}
style={{ borderRadius: '30px' }}
pluginRenderers={[PDFRenderer]}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels