You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior? (add screenshot) Expecting the print preview menu to open up containing the pdf.
What went wrong? (add screenshot) After printing progress, nothing opens up.
Notes: I was debugging this and the issue seems to be something in pdf.js after the viewer calls pdfPage.render(renderContext).promise under function renderPage the scratchCanvas.toDataURL() doesn't return the string representation of the image. I tested this in all other platforms like Safari, chrome on desktop, chrome on android and the scratchCanvas.toDataURL() return the string representation of the page canvas and renders fine, but seems in chrome ios 10, this is not occurring.
The text was updated successfully, but these errors were encountered:
I tested this in all other platforms like Safari, chrome on desktop, chrome on android and the scratchCanvas.toDataURL() return the string representation of the page canvas and renders fine, but seems in chrome ios 10, this is not occurring.
Given that this is specific to a particular platform/browser, it seems to point to a browser bug rather than a PDF.js one; should this issue be closed as INVALID since there's probably not much to be done here?
Link to PDF file (or attach file here):
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
Expecting the print preview menu to open up containing the pdf.
What went wrong? (add screenshot)
After printing progress, nothing opens up.
Notes:
I was debugging this and the issue seems to be something in pdf.js after the viewer calls pdfPage.render(renderContext).promise under function renderPage the scratchCanvas.toDataURL() doesn't return the string representation of the image. I tested this in all other platforms like Safari, chrome on desktop, chrome on android and the scratchCanvas.toDataURL() return the string representation of the page canvas and renders fine, but seems in chrome ios 10, this is not occurring.
The text was updated successfully, but these errors were encountered: