-
### Jerboa Version
0.41
### Android Version + Phone
n/a
### Describe The Bug
If you press twice quickly on a back button it will crash the application.
This is because it tries to remove the s…
MV-GH updated
9 months ago
-
Java/Android compose ui tooling library references are preventing the library from being a pure kotlin multiplatform library
-
### 运行环境 ###
- [x] 设备型号:如:`Nexus 6`
- [x] 设备系统版本:如 `Android 5.0`
- [x] Gradle 版本:如 `2.3.0`
- [x] QMUI Android 版本:`1.x.x`
### 具体问题描述 ###
编译不通过
#### 问题截图 ####
Build file 'E:\workspace\androi…
-
Some Windows users are getting the **restart required** message every time they open the app and the KCEF download doesn't start
After some debug sessions we found that it works perfect when runnin…
-
Migrating `Modifier.zoomable()` to multiplatform ~should be easy~ is done, but `SubSamplingImage()` will need to be decoupled from Android's `BitmapRegionDecoder` for lazy loading of bitmap tiles.
…
saket updated
2 months ago
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Read carefully README: https://github.com/tbruyelle/RxPermissions#rxpermissions
…
-
Most image loading libraries load the image (from network / disk cache / memory cache) then the image gets displayed into imageview.
Yet browsers can progressively display images as they are download…
andob updated
2 years ago
-
I am using compose multiplatform I'm currently working on a project using Compose Multiplatform project, and looking for ways to handle image loading from a URL. while sync, I get an error is
Error…
-
We are seeing a pretty substantial amount of errors in the latest version (0.9.0) that leads to this method:
https://github.com/saket/telephoto/blob/3e0c5573151e64908a024425bda9cd0be19f4d68/zoomabl…
-
**Describe the bug**
I'm following the documentation of version `3.0.0-rc0`.
I want to use Coil in our Android-Kotlin-App in a Compose-view to display a GIF.
I added the following lines in my build…