-
Notifications
You must be signed in to change notification settings - Fork 186
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
Feature/static viewer #10
Conversation
Fixed offsets of previous/next buttons. Added small animation in FF for them, do we want to keep it? Made logo do something. Underlined hotkeys if you hover over a keyable element. Signed-off-by: David D. Roberts <[email protected]>
…ium-viewer-demo1 into feature/static_viewer Conflicts: css/reader_sdk.css index.html
…ium-viewer-demo1 into feature/static_viewer
Conflicts: lib/Readium.js lib/Readium.syncload.js
Just a quick tip, You can invoke this: |
Hello @bormind, thanks for the pull request. I've tested that the changed code works - however I see significant issues that need to be addressed before merging: Simplicity of obtaining and putting to useThe idea with attaching readium-js as a Git submodule is good. However, the way it's done here goes against the main aim of the The aim of Therefore, the main requrements for
The general rule of thumb is that anybody (not only skilled contributors) should be able to clone This obviously requires that the Git submodules and Grunt build may serve the purpose of conveniently, automatically updating that pre-built Synchronous version of Readium.js libraryApart from demonstrating the AMD/RequireJS version of the Readium.js library, the aim of The Unfortunately, since the build version of that library file ( Internal link handlingI didn't yet have the time yet to diagnose this, but internal link handling has stopped working, despite the fact that the employed version of Symptoms are related to the fact that, without the support from readium/readium-js@ee36f2f029 , internal links are handled by the default browser logic for links and this doesn't work well for EPUBs:
|
Hi @aadamowski I would like to merge feature/static_viewer to develop branch