-
Hi, I'm trying to open a page like: https://www.orimi.com/pdf-test.pdf which is a simple PDF file. However, Cog seems to not be able to load pdfjs, it displayed the viewer.html code in the display instead of the actual PDF. I compared with Epiphany and we can see with the remote inspector that the two browser seems to behave differently. My webkit is compiled with: there a screen shot of the webinspector downloaded content: It seems that way more content is dowloaded. I also have some message in the console, but it looks like it's in reaction of the fact that the pdfjs files are missing I'm open to suggestion if someone has an idea Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Turn's out that you need to have the MIME database somewhere on the client side which is not a given when building from buildroot. |
Beta Was this translation helpful? Give feedback.
Turn's out that you need to have the MIME database somewhere on the client side which is not a given when building from buildroot.