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

Enabling scroll view blocks the touch events in IOS8 Tablet webkit application #85

Open
vanisuthamathi opened this issue Oct 13, 2014 · 1 comment

Comments

@vanisuthamathi
Copy link

I have used Readium.syncload.js(version release/0.15) and cordova wrapped to build epub reader mobile application for Android and IOS devices.
I have enabled scroll view in the reader as follows:
reader.updateSettings({
"scroll": "scroll-doc",
"syntheticSpread": "single"
});
Scroll works fine but the touch events are not triggered so internal links are not working.

Observation:

Enabling Reflowable view works fine for touch events

@danielweck
Copy link
Member

As a point of reference: I have just successfully tested internal linking in both view modes (column-paginated and scrolling (single and multi documents)), on OSX (Chrome, Safari) and iOS 7 (Mobile Safari), running the "cloud reader" from the grunt command line (i.e. serving exploded EPUBs via my local network).

@rkwright rkwright added this to the m1.2 milestone Oct 14, 2014
@rkwright rkwright removed this from the m1.2 milestone May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants