Divested-Mobile / Mull-Fenix

Build scripts for a web browser built upon Mozilla technology
GNU Affero General Public License v3.0
563 stars 15 forks source link

low resolution on pdfs #178

Open csk06 opened 10 months ago

csk06 commented 10 months ago

Hi,

When i open pdfs in mull browser, the resolution seems very bad.

Version info: 118.2.0 (Build #21182020), 53f9c3da80+ GV: 118.0.2-20231013140247 AS: 118.0

My phone is realme gt2, android 13

SkewedZeppelin commented 10 months ago

Please update your browser, 119 has been out for 4 days now.

PDFs may look low resolution while they are still rendering. With the JIT disabled for security reasons, large/complex PDFs may take a minute to load fully. You can workaround this by saving the PDF and using a regular PDF viewer app instead.

csk06 commented 10 months ago

Hi,

F droid shows up my version as latest, so couldn't update it to 119.

By the way, that issue is not present on icaraven or fennec if it makes any difference (they also 118)

Thanks for the advise

SkewedZeppelin commented 10 months ago

Because Fennec F-Droid and Iceraven do not disable the JIT.

secretmango commented 2 months ago

A real fix would be a change of Firefoxes pdf.js, making it render a page fully.

Currently it seems to render all pages in low res and only when all pages are rendered, it renders them in full res. Which is pretty bad tbh.

SkewedZeppelin commented 2 months ago

Best to be reported upstream.

Either to be optimized for the single page or to exempt it via trusted principals.