I saw in the changelog of compose-multiplatform 1.8.0-alpha03 that now is possible to implement the BackHandler and PredictiveBackHandler.
However I cannot add it in my common code, it is working in Android but in common it is unresolved, am I missing something? 馃
j
John O'Reilly
02/20/2025, 6:39 PM
have you added
org.jetbrains.compose.ui:ui-backhandler
dependency?
e
Enol Sim贸n
02/21/2025, 9:14 AM
Thank you! I thought that it was included in compose-multiplatform. It works now
r
Rafs
03/12/2025, 4:28 AM
Seriously? a new dependency just for this
j
joakim
03/12/2025, 2:42 PM
I can't seem to get it working on iOS and I figure I am missing some crucial setup for it. Sadly the docs have not been updated, nor have the samples.
Does anyone have a decent source to look at to figure out the plumbing needed for it to work on iOS?