app-extension-qpdfviewer icon indicating copy to clipboard operation
app-extension-qpdfviewer copied to clipboard

View PDF documents in your Quasar app

Results 14 app-extension-qpdfviewer issues
Sort by recently updated
recently updated
newest added

Not compatible with app-vite V2 beta **Describe the bug** Extension(@quasar/qpdfviewer): is not compatible with @quasar/app-vite v2.0.0-beta.2. Required version: ^1.0.0-alpha.0 **To Reproduce** Steps to reproduce the behavior: 1. Create quasar project,...

This Pull Request addresses the issue with [App Vite ^v2](https://github.com/quasarframework/app-extension-qpdfviewer/issues/136) Describtion of the bug Extension(@quasar/qpdfviewer): is not compatible with @quasar/app-vite v2.0.0-beta.3. Required version: ^1.0.0-alpha.0

PDFjs 4.x is out with some breaking changes, optimizations and bugfixes. 🚀

The project lacks the type information for html tags. `@quasar/quasar-ui-qcalendar` delivers them for the calendar element.

PDFjs v4 worked fine on mine q-pdfviewer extension pdfjs-4.0.189 https://github.com/mozilla/pdf.js/releases/tag/v4.0.189 Deleted old pdfjs folder and placed the new one there. related issue #133

This change allows the public path of your app specified in property `publicPath` in quasar.conf.js Closes #123

This pull request addresses discussion #122 and issue #123 by refactoring the global component registration to a factory function. This function passes the publicPath configuration value from the boot file...

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` and `quasar dev`, the test...

When i test the component in a SPA, all works OK. ("quasar dev") When i try to test it in a PWA, same code and same file, it redirects to...

` Pkg quasar............. v2.10.2 » Pkg @quasar/app-vite... v1.1.3 ` run: `quasar ext add @quasar/qpdfviewer` returns: ` App • Quasar App Extension "@quasar/qpdfviewer" successfully installed.` run: `quasar dev` returns: ` App...