csantanu

Results 7 comments of csantanu

This works great. But after light to dark mode switch, observed that chapter transition shows flashes of the book's default background color. Even if you set it to none, it...

Thanks for the suggestion. I am trying to use in an ionic project, so I may not be doing it right. The above code is not taking any effect. There...

This worked by changing the background color of the "book" div in the runtime, like this - this.el = document.querySelector('#book'); switch(theme) { case "black": this.el.style.setProperty('background', "#000000"); Thanks for the pointers.

@OriIdan thanks for such quick response. We are using ionic / cordova application, the epub files are downloaded from remote servers and placed in the application document space. How to...

Quick question though - in ionic, all other files under assets folder like images, fonts, css etc are correctly being accessed and rendered, so wondering why epub.js files will get...

@OriIdan We placed the epub.js files in the application document space and dynamically linked them in the index.html file of the ionic app. The EPUB files are in the same...

@vince4 Thanks for sharing the info...will surely try it. The url in the above code is the html file you are loading from the file system? which in turn uses...