Skip to main content
Known Participant
October 27, 2022
Question

apis.getZoomAPIs().setZoomLevel(<ZOOM_LEVEL>) is not mobile responsive??

  • October 27, 2022
  • 0 replies
  • 230 views
previewFilePromise.then(adobeViewer => {
adobeViewer.getAPIs().then(apis => {
apis.getZoomAPIs().setZoomLevel(<ZOOM_LEVEL>)
.then(result => console.log(result))
.catch(error => console.log(error));
});
});

 I'm using the setZoomLevel to set a default view of the pdf but in mobile it is not show pdf correctly . it is getting distorted. how can i handle it. in mobile 

    This topic has been closed for replies.