dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.99k stars 1.72k forks source link

MAUI CollectionView filter with SearchBar text input lagging on ios #21871

Open monitork opened 5 months ago

monitork commented 5 months ago

Description

Steps to Reproduce

https://github.com/dotnet/maui/assets/10239941/fdc6d215-3dca-494e-9a36-59f7a72d2af3

Link to public reproduction project repository

https://github.com/monitork/ExampleCollectionView

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

i'm trying using loadmore function with RemainingItemsThresholdReachedCommand But, CollectionView to fill the screen of tablet, i need min 50 items. i was trying with 50 items when filter, The text still lagging when i typing. Anynone has onther solution. Pls help me. Thank you.

Relevant log output

No response

Zhanglirong-Winnie commented 5 months ago

Verified this issue with Visual Studio 17.10.0 Preview 3(8.0.20&8.0.14). Can repro on iOS platform whit sample project.

ThinhKVT commented 4 months ago

Have any update for the issue till now ?

ThinhKVT commented 3 months ago

Anyone have solution for the issue till now ?

ThinhKVT commented 3 months ago

Any update ?