Jared Burrows
Jared Burrows
Any update on this?
Why rely on this then? Can you use either another library or no library? On Jul 26, 2017 10:22 AM, "Pascal Hartig" wrote: > No update from my end. Until...
Which you use in your library :)
Wrapping this in a `Box` with `Modifier.verticalScroll(rememberScrollState())` gives the desired collapsing `TopAppBar`. But now prevents "clicks" in the `WebView`. ```kotlin @Composable fun DefaultPreview() { val navController = rememberNavController() val scrollBehavior...