accompanist icon indicating copy to clipboard operation
accompanist copied to clipboard

A collection of extension libraries for Jetpack Compose

Results 150 accompanist issues
Sort by recently updated
recently updated
newest added

**Description** The only way for an app to detect if the user denied the permission permanently during a permission request is to compare the "shouldShowRationale" before and after the permission...

Can FlowLayout add a parameter of maxLine?

**Description** Transition animation with zIndex works incorrectly when using back button or `popBackStack` more than once. **Steps to reproduce** Change `NavTestScreen` screen code for zIndex to use three screens and...

**Description** HorizontalPager have two page, after I switch page0 to page1 , when I again click tabrow pagerState.scrollToPage to back page0, I found page0 still Recompose **Steps to reproduce** @Composable...

It's not obvious what every library does but a screenshot would go a long way.

**Description** After `WebViewNavigator.reload()` is called the `WebViewState.pageTitle` is reset to null with `AccompanistWebViewClient.onPageStarted()` but `AccompanistWebChromeClient.onReceivedTitle()` is not called with `WebView.reload()` so pageTitle stay null. **Steps to reproduce** ```kotlin @Composable fun...

I have a WebView inside a container box which supposed to be swiped horizontally to control the content moving, but when user try to scroll the webview content vertically, the...

No tempate found for this I want to "Focus" a certain page when some state in my ViewModel changes, Is there a sample code for this? I use one page...

**Description** Following up on https://github.com/google/accompanist/issues/1265 which was closed due to inaction. The problem is real and is still reproducible with latest version. **Steps to reproduce** 1) trigger a configuration change...