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

Document scrolling outside of IIPMooViewer is broken on iOS devices #58

Open
paulmer opened this issue May 13, 2015 · 1 comment
Open

Comments

@paulmer
Copy link

paulmer commented May 13, 2015

Line 25 of touch.js adds a touchmove event handler to the body of the HTML document to disable scrolling. This isn't necessarily desirable if, for example, the viewer appears in a absolutely positioned element above a scrolling document, and is in contrast with the rest of IIPMooViewer which operates only on the content of its container element. Please consider offering this behavior as an option that can be enabled or disabled depending on the client needs, or simply documenting when this might be needed.

(A workaround is to remove that line and rebuild the minified javascript per the README.)

@jstahlmann
Copy link

jstahlmann commented Mar 2, 2017

Thx paulmer, i just ran into this problem!

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

2 participants