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

about rendition.next(), rendition.prev() #1380

Open
whitebeard-85 opened this issue Apr 25, 2024 · 0 comments
Open

about rendition.next(), rendition.prev() #1380

whitebeard-85 opened this issue Apr 25, 2024 · 0 comments

Comments

@whitebeard-85
Copy link

whitebeard-85 commented Apr 25, 2024

When you first load an epub file, the replaceCss and createCssFile functions are called, but after executing the rendition.next() or rendition.prev() function, the replaceCss and createCssFile functions are not called. Therefore, when first loading the epub file, the CSS files connected to the HTML are loaded and the URL is replaced with a blob. However, after executing the rendition.next() or rendition.prev() function, the CSS files connected to the HTML are not loaded, so the CSS files are not loaded. A 404 error occurs because the URLs in are not processed as blobs. Is there any way to solve 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

1 participant