Error while navigating back in nested navigation #564
-
FATAL EXCEPTION: main @composable
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Try with an |
Beta Was this translation helpful? Give feedback.
The
EpubNavigatorFragment
requires a fragment factory, see https://github.com/readium/kotlin-toolkit/blob/develop/docs/guides/navigator/navigator.md#epubnavigatorfragmentEven if you use
AndroidFragment
, you need to set the fragment factory in the hostingActivity
.Note that Jetpack Compose is not officially supported by Readium yet, so you might still encounter other issues. I'm not sure it was ever used in production with Jetpack Compose.