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
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [X] Bug report -> please search issues before submitting
- [ ] Feature request
- [ ] Documentation issue or request
After opening and clsing a document 6 times, the PDFViewer stays in memory exactly 6 times. This makes the library unusable on iOS since it starts displaying only blank pages after a while and decreases the performance of the whole application drastically.
Bug Report or Feature Request (mark with an
x
)Hi,
i wondered why my Ionic app stuck after exactly 9 times loading a pdf.
After some debugging in Chrome DevTools i found out, that each Document stays in the memory and makes the app increasingly slower.
On component destroy the Pdf is getting destroyed.
I don't know what i can do next. I tried some things, but the app still gets slower.
Thank you for your help!
The text was updated successfully, but these errors were encountered: