Sebastian Neubauer
Sebastian Neubauer
I am using version 2.0 and still have issues with performance. It takes about 1.5 - 2 seconds to open the dialog. I don't know if this can be made...
@mdelolmo Hi, I am not sure who to tag, but does this feature have any priority? Or is it not gonna happen in the near future? Be being able to...
Check out this issue, maybe it helps: https://github.com/spotify/android-sdk/issues/188 I had the same problem and I saw that I had `debug { applicationIdSuffix ".debug" }` in my build.gradle file. So the...
Hi Shreyash, thanks for your interest in JsonTree! I saw that you already opened a PR for the multiplatform changes. I also thought about converting it to a multiplatform library,...
Hi, thank you for using JsonTree! JsonTree adapts to the height of its content, but it uses a LazyColumn internally to render the tree, which can cause a crash when...
You can give JsonTree any fixed height that you want, since JsonTree itself is scrollable. So you can choose how much space it should take in your scrollable parent. I...