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
I cloned this archive and switched to v2.0.0-alpha.6 branch, as I'd like to use QPDFViewer in my Quasar 2 SPA.
After cd docs, yarn and quasar dev, the test and documentation website runs on my Mac (Ventura 13.2.1, Quasar v2.11.8). However, I experience some issues on the examples page (/developing/using-qpdfviewer):
Safari 16.3: The HTML5 Example 5 only shows four grey pages, the HTML5 with QDialog example also displays a grey page. I can see the usual floating panel at the bottom of the dialog. When I click on download, an empty PDF (pdf-test-9.pdf) with 0 Bytes gets downloaded. I do not see any warnings or errors in the JavaScript console when I open the dialog.
Firefox 111.0.1: The page renders fine with all examples working, but at the same time eight separate windows with PDFs open in Preview application. Also, when I open the dialog with HTML5, the PDF is also opened separately in Preview.
In Chrome Version 111.0.5563.110 the page shows no problems. I am ready to give all information you could need to track this down.
Best regards
Dirk
The text was updated successfully, but these errors were encountered:
Hi,
I cloned this archive and switched to v2.0.0-alpha.6 branch, as I'd like to use QPDFViewer in my Quasar 2 SPA.
After
cd docs
,yarn
andquasar dev
, the test and documentation website runs on my Mac (Ventura 13.2.1, Quasar v2.11.8). However, I experience some issues on the examples page (/developing/using-qpdfviewer
):HTML5 Example 5
only shows four grey pages, theHTML5 with QDialog
example also displays a grey page. I can see the usual floating panel at the bottom of the dialog. When I click on download, an empty PDF (pdf-test-9.pdf) with 0 Bytes gets downloaded. I do not see any warnings or errors in the JavaScript console when I open the dialog.In Chrome Version 111.0.5563.110 the page shows no problems. I am ready to give all information you could need to track this down.
Best regards
Dirk
The text was updated successfully, but these errors were encountered: