epub.js
epub.js copied to clipboard
fix(iframe-view): can't turn pages after changing window size
before fix:
after fix:
Because frequent resizing causes iframes to be destroyed before they are loaded, the onload of the iframe is not executed, which causes a promise to remain in a pending state and block the queue.
See the section I modified for details.