readium-js-viewer icon indicating copy to clipboard operation
readium-js-viewer copied to clipboard

Printing

Open bquistorff opened this issue 10 years ago • 1 comments

In the Chrome app, printing from the right-click context menu doesn't display well (seems to show a mostly blank title page and then just one page of content). I using the Chrome 39.0.2171.95.

The following javascript prints well however.

document.querySelectorAll(".iframe-fixed")[0].contentWindow.print();

It would be a nice enhancement to allow a print button.

bquistorff avatar Dec 28 '14 07:12 bquistorff

Thanks for the feedback. We will look into it.

rkwright avatar Dec 28 '14 15:12 rkwright