Is anyone aware of limitations that would prevent an ePub reader within a PWA built with Typescript/Javascript in an Ionic/Angular framework from having continuous/infinite scroll?
Asked
Active
Viewed 299 times
this.rendition = this.book.renderTo("book",{ flow: "continuous-scrolled", });works for each section except the first page. After calling
– Abbas Hesampour Apr 14 '20 at 06:24this.rendition.next()from the first page, scrolling works correctly. But I don't know how to fix it for all sections. I want all sections to scroll.