-
The AndroidView which AccompanistWebView uses in Android Side is the wrong overload
The one used does not support reuse in LazyLists
Using this one instead will allow it to be reused in LazyLists
h…
-
## Describe the bug
IME padding is not getting applied in the bottomsheet. The bottomsheet is always in `HalfExpanded` state. Have used accompanist navigation material for bottom sheet navigation.
…
-
See: https://github.com/google/accompanist/issues/1314
-
**Describe the bug**
```Using 'rememberPagerState(Int = ..., Float = ...): PagerState' is an error. Please use the overload where you can provide a source of truth for the pageCount.```
I'm usin…
-
with the current implementation, creating a split pane with three panes (common use case in IJ) is possible but encounters many issues and no good code readability. (nesting 2 SplitLayouts)
As an exa…
-
## Describe the bug
There's a space between content and keyboard when using `imePadding` and `navigationBarsWithImePadding`
## To Reproduce
Steps to reproduce the behavior:
1. When TextField is …
-
Add the com.google.accompanist:accompanist-permissions to ease the permission requesting to user
-
Hello 👋
I saw this [issue](https://github.com/raamcosta/compose-destinations/issues/657)
and tried to update my compose version to the latest and I still get the same error. I checked my app depend…
-
Migration guide is here: https://google.github.io/accompanist/navigation-material/#migration
Are you planning to start using it instead of accompanist, which has been deprecated?
-
## Describe the bug
`progress` value from `BottomSheetState` on `BottomSheetScaffold` is being continuously updating when bottom sheet is changing state from expanded to collapsed; while dragging bot…