Hello, does `org.jetbrains.compose.ui:ui-backhandl...
# compose-web
r
Hello, does
org.jetbrains.compose.ui:ui-backhandler
works with WASM without a nav controller ? Seems like on Arc browser back&forth is disable
r
Yes I saw it, but it use `rememberNavController`I want to use
BackHandler
. But I see above
Copy code
The BackHandler function and predictive back gestures are not supported on any platform besides Android.
So I think it is not possible at the time ?