You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: