TeamMaestro / pdf-viewer

PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
MIT License
76 stars 12 forks source link

Android API 24 Unload Error #22

Closed sean-perkins closed 5 years ago

sean-perkins commented 5 years ago

Tracking an Android bug that is prominent on API 24 when unloading the PDF.

Cannot read property `cleanup` of undefined.

PDFApplication is disposed prior to the unload event being fired for older devices. Need to provide a safety check that it exists prior to calling:

https://github.com/TeamHive/pdf-viewer/blob/development/src/components/pdf-viewer/pdf-viewer.tsx#L92