adobe / adobe/pdf-embed-api-samples
Unable to view on chrome print and download pdf using iPhone/iPad
Open
- Dominant language
- JavaScript
- Stars
- 235
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
Description
Unable to view the print and download buttons on Chrome using iPhone/iPad.
```
document.addEventListener("adobe_dc_view_sdk.ready", function () {
var adobeDCView = new AdobeDC.View({ clientId: "<CLIENT_ID>", divId: "adobe-dc-view" });
adobeDCView.previewFile({
content: { location: { url: "example.pdf" } },
metaData: { fileName: "example" }
}, { embedMode: "IN_LINE", showDownloadPDF: true, showPrintPDF: true });
});
```

Contributor guide
Assessment
This issue has not been assessed yet.