In navigation-compose I would like to be able to access the global BackPressDispatcher. The only platform that offers a hardware back button is Android (the web offers a back/forward navigation but semantics are a bit different). That means most developers will add their custom UI to handle back press and it will be very handy to reuse the built in BackPressDispatcher and not having to create our own.
Not sure if this is the right repo to write this issue, perhaps should open it in compose-multiplatform repo?
In navigation-compose I would like to be able to access the global BackPressDispatcher. The only platform that offers a hardware back button is Android (the web offers a back/forward navigation but semantics are a bit different). That means most developers will add their custom UI to handle back press and it will be very handy to reuse the built in BackPressDispatcher and not having to create our own. Not sure if this is the right repo to write this issue, perhaps should open it in compose-multiplatform repo?