Tlaster

Results 180 comments of Tlaster

Thanks for using Tessercube!!! 1. Can you please try the latest version (0.4.2) of Tessercube-Android? We've fixed the interpret issue in the latest release, either on Play Store or downloading...

Hi, can you tell me what phone and Android OS version you're using for the Tessercube-Android? And by the way, if you're using custom Android ROM (e.g. MIUI, Lineageos), can...

It might because that Canvas consumes the position changes and Zoomable can not receive these changes, can you share more complete code of it?

Currently, Zoomable is using `BoxWithConstraints` and takes its `maxWidth` and `maxHeight`, so it's not likely to have support for `wrapContent*`. And I wonder, if `Zoomable` does support `wrapContent*`, what will...

It seems that the JVM target requires adding the `org.jetbrains.kotlinx:kotlinx-coroutines-swing ` dependency, I will fix that.

Thank you for the link you provided, I'm also facing the same issue but I'm just too busy to find out a solution. I will fix it this week.

Hi, could you please try version 1.2.1? It should fix this issue.

I also face the same problem when using IntelliJ with JDK 17, it errors everywhere, but compile seems to be fine. It seems that JDK 17 is just too early...