Compose 拦截返回键

599 阅读1分钟
BackHandler {
    coroutineScope.launch {
        //自行控制点击了返回按键之后,关闭页面还是返回上一级网页
        onBack(webView)
    }
}