espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
60 stars 36 forks source link

minScale parameter does not work #105

Closed FeofanGreek closed 2 months ago

FeofanGreek commented 2 months ago

When the minScale parameter is set to any value, the decrease occurs to infinity. You can play by resizing with two fingers

DonRubiczek commented 2 months ago

There was already a conversation about this. From what I understood, the parameter is supposed to work from the next version.

https://github.com/espresso3389/pdfrx/issues/89#issuecomment-1988495302

espresso3389 commented 2 months ago

1.0.50/0.4.50/0.0.50 introduces PdfViewerParams.useAlternativeFitScaleAsMinScale, You can set the value to false to enable minScale.