This repository was archived by the owner on May 7, 2025. It is now read-only.

Description
Reported by Bogdan
Video demonstration:
https://www.dropbox.com/s/uv78dnf56jm8ftm/landscape_zoom_problem.mov
It may be that this problem can/must be solved in readium-shared-js, by ensuring that the viewport cannot be zoomed-in (HTML head meta content):
width=device-width
user-scalable=no
initial-scale=1
minimum-scale=1
maximum-scale=1
(not sure, needs testing)