zotero / zotero-android

Zotero for Android
Other
213 stars 13 forks source link

Fix pdf reader minimum zoom level #92

Open yexingsha opened 7 months ago

yexingsha commented 7 months ago

Right now it looks like the minimum zoom level in pdf reader is something like width=100%, which means users can't zoom to a full-page view on wider screens:

Also, on larger screens, the minimum zoom level doesn't adjust accordingly when the side bar is open:

For faster horizontal scrolling, users should be able to zoom to a full-page view, so the minimum zoom level should be the smaller one between width=100% and height=100%, adjusted for actual viewport size.