-
In accompanist Tile `Bitmap.toImageResource()` enforce RGB_565, took me quite some time to find that one, this force a black background on the image that are round cropped (`.transformations(CircleCro…
-
There are several screens and tabs in my application. On one of the screens in the tab there is a webview. Every time you switch between screens or tablets, webview refreshes the page. I'm not sure if…
-
It would be nice for extending purposes if the `IWebView` interface had a public `webView` field.
In `IOSWebView`, `AndroidWebView`, and `DesktopWebView` the native `webView` variable (although in …
-
**Describe the bug**
I have created a **macOS target** in my Compose Multiplatform project.
When I build my app for that macOS target, I have an error: `Unknown iOS platform: 'macosx'`. It works wel…
-
I have the same problem as [post:There's a space between content and keyboard when using imePadding](https://github.com/google/accompanist/issues/644).
The solution proposed to use navigationBarsWi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is there a StackOverflow question about this issue?
- [X] I have searched StackOverflow
### Is this an issue …
-
i'm using the following dependency
io.github.raamcosta.compose-destinations:animations-core and
io.github.raamcosta.compose-destinations:core
the code looks something like this
```kotlin
val …
-
### Version
Media3 main branch
### More version details
Hi, I am having issues using the ExoPlayer. I don't believe we always had the issue, but we started experiencing the video not renderin…
-
I'm trying to do ui tests on android(local) , from iOS, the test works as expected
**Versions**
- Kotlin version*: 1.9.20
- Compose Multiplatform version*: 1.6.1
- OS version(s)* (required for D…
-
I'm trying to build a project with the following versions:
```toml
[versions]
agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "28"
android-targetSdk = "34"
androidx-activityCompose =…