https://kotlinlang.org logo
Title
r

Rohan Maity

11/12/2021, 4:15 PM
Hello, I am starting with Jetpack compose. I could find great articles for Android so far I am trying to have common Navigation Manager layer For android I could make it but I cannot find any thing for Navigation for Web Could some one point me out for Navigation in Compose Web ?
r

Rohan Maity

11/12/2021, 4:21 PM
Hello @Arkadii Ivanov thanks for this library I was trying to avoid third party libraries actually 😅 it would be small app Was trying to have minimal setup for it Like I know for Android we hook into OnBackPressedCallbacks Do we have some function I need to hook into for Web and desktop I think If I get that It would be greatlyyyy helpful
This is about navigation in web, we haven’t high level API for that in compose web yet
r

Rohan Maity

11/13/2021, 6:30 AM
Ok understood let me look into it