panpf
panpf
I tested version 1.0.4 and it still doesn’t work when compiling ios app. You can add ios multi-platform to your demo app, then try to compile and run the app...
This error still exists in version 1.0.5. I found that your demo app only has Android platform. I suggest you add iOS platform to try.
> I'm working on displaying a large railway system map with each station being clickable to perform some action. So it needs to stay HD when it is zoomed in....
@saket First, user @LOOHP needs wasm support, but you don't have any support plans. My library supports wasm, but you don't allow me to recommend my library to @LOOHP. Do...
```kotlin SketchZoomAsyncImage( modifier = Modifier.fillMaxSize(), uri = media.uri.toString(), contentScale = ContentScale.Fit, alignment = Alignemnt.Center, contentDescription = null ) ``` You can get rid of the Box and set the alignment...
Ok, let me look into the issue again. My plan is to release a new version this Friday which should fix this issue.
I have tried many times and still can't reproduce this problem. Can you create a simple complete project that can repeat this problem for me? Here is my demonstration video...
> This reproduces the issue (while this is an extreme measure - having the key to constantly recompose the screen - something for sure it's wrong in my project if...
> @panpf I have solved the issue! > > The culprit: (AndroidManifest.xml) android:configChanges="orientation" I have tested this and it does not cause this problem.
I only tried orientation