readium-js-viewer
readium-js-viewer copied to clipboard
Printing
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.
Thanks for the feedback. We will look into it.