Ángel Rubén
Ángel Rubén
Yes, but I get this: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. I need the grandle...
I imagine there is no alternative solution except use version 7
Isn't it going to be solved by Isar?
The .NET MAUI team, can you pay attention to `CollectionView`? is full of very serious errors and this control becomes unusable.
@petermauger It is clear that we cannot use `CollectionView `in production. I have problems too: https://github.com/dotnet/maui/issues/12130 Try using `ListView `or [Sharpnado.CollectionView](https://github.com/roubachof/Sharpnado.CollectionView)
@petermauger Another possible but very dirty solution (I haven't tried it) is to create a net maui blazor component and use it in the .net maui app. https://www.meziantou.net/infinite-scrolling-in-blazor.htm My app...
> Sharpnado CollectionView es 'lo bueno' para iOS@angelru. Desafortunadamente, Android se comporta mal de manera similar a MAUI CollectionView, por lo que implementé Android con MAUI ListView (que llegué al...
I am using this nuget package in a .NET 7 blazor app and it works fine
``` ```