- Notifications
You must be signed in to change notification settings - Fork0
Open
Description
Summary
When viewing PDFs with@vue-pdf-viewer/viewer (v3.1.1) on iPhone devices, the viewer often crashes, reloads, or closes when the user zooms in or out multiple times.
It tends to happen more frequently when the PDF contains images or more complex layout data, rather than simple text.
It also seems easier to reproduce when many browser tabs are open (around 30 or more), which makes me suspect it could be performance- or memory-related.
Environment
- Library:
@vue-pdf-viewer/viewerv3.1.1 - Devices: iPhone 13, iPhone 14 (frequent), iPhone 16 (rare)
- Browsers: Safari, Chrome
- PDF Type: Complex PDFs (with images) seem to trigger the issue more easily
Steps to Reproduce
- Open a PDF in
<VPdfViewer>(either in your own app or on the official demo site:https://www.vue-pdf-viewer.dev/). - Zoom in and out multiple times using gestures or toolbar controls.
- Observe that the viewer sometimes crashes, reloads, or disappears.
Actual Behavior
- Viewer crashes or turns blank.
- Browser tab may reload unexpectedly.
Expected Behavior
Zooming in and out should work smoothly without crashing or losing the displayed PDF.
Metadata
Metadata
Assignees
Labels
No labels