Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch gesture pinch/stretch zoom corrupts page layout when changing orientation #24

Closed
danielweck opened this issue Aug 1, 2014 · 1 comment

Comments

@danielweck
Copy link
Member

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)

@danielweck
Copy link
Member Author

Duplicate:
#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant