Troubleshooting

My book does not resize with my screen

By default the reader is static and does not resize itself. To prevent this you can:

  • Set the setting layoutAutoResize

  • Resize the reader yourself by using layout()

I have a vertical reading book but the first page is using slide turn

Vertical writing books does not support slide turn animation yet however we cannot prevent sliding until we detect the book being vertical. Some vertical books does not indicate whether they are vertical or not in the first cover page. To prevent this problem you can:

  • set pageTurnAnimation to something else (workaround)

  • Tell the engine about the book nature on the Manifest (best)

  • set numberOfAdjacentSpineItemToPreLoad to a higher value so we get a change to detect the orientation with the next pages (workaround)

Last updated