cracker0dks / whiteboard

Lightweight collaborative Whiteboard / Sketchboard
MIT License
719 stars 198 forks source link

can not open in safari and some mobile browser #162

Closed andeyeluguo closed 1 year ago

andeyeluguo commented 1 year ago

when open it, it is blank. https://cloud13.de/testwhiteboard/

cracker0dks commented 1 year ago

do you get any error in the browser console? F12 -> Console ? Thanks

pno-limtec commented 1 year ago

it seems, that pdfjs-dist is incompatible with safari, because safari doesn't support the private class fields ES2022 feature i managed to get it work with an older version of pdfjs-dist. use npm install pdfjs-dist@v2.4.456

cracker0dks commented 1 year ago

mmm I think we should not deliver with an old version of that lib