Using Navigator in Compose functions #462
Answered
by
mickael-menu
ladiesman2127
asked this question in
Q&A
-
Is that possible to use Readium in 1 activity model app? How can i use Navigator fragment in Compose Functions, and how can i make each word in publication clickable? Thank for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
mickael-menu
Feb 5, 2024
Replies: 1 comment
-
It should be possible to use the navigators with Jetpack Compose with the interoperability APIs. As for making each word clickable, it's not a feature of the toolkit. However you could inject your own JavaScript files using: #260 (comment) and the JavaScript interface APIs: https://github.com/readium/kotlin-toolkit/blob/develop/CHANGELOG.md#navigator-7 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ladiesman2127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to use the navigators with Jetpack Compose with the interoperability APIs.
As for making each word clickable, it's not a feature of the toolkit. However you could inject your own JavaScript files using: #260 (comment)
and the JavaScript interface APIs: https://github.com/readium/kotlin-toolkit/blob/develop/CHANGELOG.md#navigator-7