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
Here I prepare webviewer instance. Inside callback I have events like documentLoaded
In my application I have button download. Which calls loadDocument(fileUrl) and it triggers pdfTron event documentLoaded.
So when I click download one time everything works it triggers documentLoaded and inside I have await instance.UI.downloadPdf() and document downloads.
If I try to download another document nothing happens. Event documentLoaded is not triggered at all.
Second time I just noticed that documentUnloaded event was fired.
Version 10.12.0
The text was updated successfully, but these errors were encountered:
I have simple implementation.
Here I prepare webviewer instance. Inside callback I have events like documentLoaded
In my application I have button download. Which calls loadDocument(fileUrl) and it triggers pdfTron event documentLoaded.
So when I click download one time everything works it triggers documentLoaded and inside I have await instance.UI.downloadPdf() and document downloads.
If I try to download another document nothing happens. Event documentLoaded is not triggered at all.
Second time I just noticed that documentUnloaded event was fired.
Version 10.12.0
The text was updated successfully, but these errors were encountered: