-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make load and error an event? #7
Comments
Yes. That being said, I will be investigating PDF.js so things may change. What this will give us is:
|
Does that mean today, this extension doesn't work with Electron App ? I can't preview any PDF, with local or distant URL... It seems that the URL isn't good, the console said :
Sorry for my english, but I was so excited about using this Quasar Extension, it's a really important to me to be able to preview a PDF file inside my App... Thanks a lot for your work. |
Facing the same issue when displaying on electron |
I am working hard to get a lot of the app-exts converted to Quasar v2. It's on the list, but this one is difficult because of PDFjs being such a pain to work with. I can't say for sure when it'll be done. |
I've just installed app-extension-qpdfviewer and am trying it out on my electron/quasar application. Following the examples, I'm getting a file not found error. Is my problem the same as this thread... so I cannot use it at this time? I'm running Quasar version 3.3.3 and Electron version 16.07.
|
Does it work when not running Electron mode? |
I haven't tried it. My desktop app requires electron. |
I'll try with Electron in the coming days. |
Hi! Thanks for this!!
I was just wondering instead of
isn't it more natural to have
error
andload
be events like so:The text was updated successfully, but these errors were encountered: