zotero / zotero-android

Zotero for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix pdf reader minimum zoom level

yexingsha opened this issue · comments

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.