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
In all of our ePub3 books, we are facing an issue with audio playing in the double-page layout.
Once the left page reading is done, then the entire page is reloading and then it's playing the right-side page. When I check the network calls in the developer console, after the left page reading again HTTP requests are happening for both the left and right page, then just after that right side audio is playing.
When we check the firebase Readium app, there also the same behavior is happening. Is there any way to stop reloading?
Hello, I believe this behaviour is simply the result of linking from one HTML document (i.e. EPUB "spine item" in the reading order) to another. This "hard" refresh is probably implemented to guarantee the state of the targeted document. Unfortunately, in two-page spread viewing mode this causes both documents to update.
In all of our ePub3 books, we are facing an issue with audio playing in the double-page layout.
Once the left page reading is done, then the entire page is reloading and then it's playing the right-side page. When I check the network calls in the developer console, after the left page reading again HTTP requests are happening for both the left and right page, then just after that right side audio is playing.
When we check the firebase Readium app, there also the same behavior is happening. Is there any way to stop reloading?
firebase link of the tested book: https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2FIDPF%2Fepub-testsuite%2Fmaster%2Fcontent%2F30%2Fepub30-test-0220&goto=epubcfi(/6/12!/4/2%5Bmo-1%5D/1:0)
I am using Readium JS Viewer.
The text was updated successfully, but these errors were encountered: