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
There is an issue where the first pages of a book will not be displayed in ts-toolkit test app/vanilla on Safari for macOS. Resizing the browser window fixes it.
Chrome for macOS and Firefox for macOS do not have this issue.
Steps to repeat:
On Safari 18.2 (latest) for macOS Sequoia 15.2 (latest)
Clone and run develop branch of go-toolkit.
Clone and build develop branch of ts-toolkit.
Change line 25 of testapp/vanilla main.ts to: publicationURL = "http://localhost:15080/bW9ieS1kaWNrLmVwdWI/manifest.json" so that reader loads Moby Dick from go-tookit.
Open the reader via http://localhost:5174
The first page of the book will not show up and paging forward will show blank pages for the next four pages.
Reload the reader. Again, the first page does not show up but resize the browser window; the page shows up and subsequent pages also display.
The text was updated successfully, but these errors were encountered:
@bluefirepatrick FYI you can just include the parameter in the URL, and you won't have to change the code, so http://localhost:5173/?book=https%3A%2F%2Fpublication-server.readium.org%2FbW9ieS1kaWNrLmVwdWI
There is an issue where the first pages of a book will not be displayed in ts-toolkit test app/vanilla on Safari for macOS. Resizing the browser window fixes it.
Chrome for macOS and Firefox for macOS do not have this issue.
Steps to repeat:
develop
branch of go-toolkit.develop
branch of ts-toolkit.publicationURL = "http://localhost:15080/bW9ieS1kaWNrLmVwdWI/manifest.json"
so that reader loads Moby Dick from go-tookit.http://localhost:5174
The text was updated successfully, but these errors were encountered: