jonmdev

Results 72 comments of jonmdev

Adam, I know you are very knowledgeable on this subject. I have tried to figure this out a bit myself but don't have a shred of your knowledge on it....

Thanks. That is all very helpful. It is interesting. It feels like these are things we should not need to know about as end users. Ie. There should simply be...

> > What are we SUPPOSED to do? > > I think, ideally, we're not _supposed_ to do anything. The GC is _supposed_ to clean things up for us. Handler...

Glad to hear it was a simple fix @jsuarezruiz ! Since you have been looking at this, any thoughts about the similarly poor performance in Android with Shadow resizing? It...

Thank you for making this thread and providing such objective evidence. Your post clearly shows this is a Maui problem. I have been struggling with this problem as well. I...

> this is all about new layout system in MAUI. xamarin forms used another layout system. if look into the code of collectionview in maui and in xf, they are...

> There's a number of factors that may compound here causing this particular sample to be somewhat slower. We are continuing to investigate these and look at introducing fixes and...

> ### So the main problem is not the Bindings! > ## Now it could arise from two main reasons: > ### 1. How CollectionView assign/managed sourced item with new/recycled...

I tried .NET 8.0 and it appears some of this has been fixed: 1) It now does scroll down as you type. 2) It now does respond to touch and...

I posted a simple demo project of the code I posted above here if it is any help to show the issues: https://github.com/jonmdev/Editor-iOS-Bug