Daniel Weck
Daniel Weck
Hello Juan (@JCCR), I've been testing the bookmarking "export" feature to check that the reading location is restored correctly in Chrome, Firefox, Edge and IE...unfortunately in Internet Explorer this feature...
https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2Freadium%2Freadium-test-files%2Fmaster%2Ffunctional%2Fsmoke-tests%2FSmokeTestFXL&goto=%7B%22idref%22%3A%22spine-images-001%22%2C%22elementCfi%22%3A%22%2F4%2F2%2F2%2C%2F1%3A0%2C%2F1%3A1%22%7D Step 1: force single page display Step 2: go to next page (tiger should render with infinite loader) Step 3: go to next page (orange cat should render with...
Looks like the combined CSS presentation effects on iframe contents and iframe parents do not work anymore, probably something to do with animation timing (easy to check with `setTimeout()` on...
https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2FIDPF%2Fepub3-samples%2Fmaster%2F30%2Fpage-blanche-bitmaps-in-spine
For example: - image tap behaviour (good use-case for plugin too) - page-break replacement with column-break (specific to reflow view mode) - etc. This sounds like an extension point to...
Existing highlights should refresh when document formatting changes. CC @JCCR Reported by @lwm561 here: https://github.com/readium/SDKLauncher-iOS/issues/91#issuecomment-263753165
In other words, dynamic hyperlink creation / activation and `window.location` redirect are not captured / intercepted by Readium. See `internal_links_support.js` and `processLinkElements()`: https://github.com/readium/readium-shared-js/blob/develop/js/views/internal_links_support.js#L180
Open the following link and load the web console to see error messages: `DOMException: Failed to execute 'insertRule' on 'CSSStyleSheet': Failed to insert the rule.` https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2Fstandardebooks%2Fmark-twain_a-connecticut-yankee-in-king-arthurs-court%2Fmaster%2Fsrc ( https://github.com/standardebooks/mark-twain_a-connecticut-yankee-in-king-arthurs-court/tree/master/src ) Note...
`loadSpineItem()` in reflowable_view: https://github.com/readium/readium-shared-js/blob/develop/js/views/reflowable_view.js#L204 ``` javascript // TODO: this is a dirty hack!! _currentSpineItem.paginationInfo = _paginationInfo; ``` The `paginationInfo` field is missing in the one_page_view (which drives both FXL and...