Replies: 1 comment 1 reply
-
We don't have a direct event for that, and we'll probably need to add one (cc @qnga for the new Navigator). In the current navigator, you can wait for the launch {
navigator.currentLocator
// Dropping the first value which is the current one. We want to wait for the navigator to update the current locator.
.drop(1)
// Suspend until we get a new value.
.firstOrNull()
// Now the publication is rendered
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to know when EpubNavigatorFragment rendering is complete when opening an epub file, because when using the library, the page will appear loading blank
Beta Was this translation helpful? Give feedback.
All reactions