senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 175 forks source link

Error in pdf-print-preview on ios 14.x #69

Open clauschristianude opened 3 years ago

clauschristianude commented 3 years ago

As you can see in the links on the bottom this issue is already fixed in the pdfjs_viewer in november 2019. Can you please create a newer gem with this fix? Or change in viewer.js line 10357 from

setTimeout(resolve, 20);

to

setTimeout(resolve, 1000);

and create anewer gem?

Thanks

Links with this issue: https://github.com/mozilla/pdf.js/issues/7597 https://github.com/stephanrauh/ngx-extended-pdf-viewer/issues/83