Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing functionality in iOS ListView #3115

Open
2 of 8 tasks
SusanRatiLane opened this issue Feb 8, 2024 · 4 comments
Open
2 of 8 tasks

Missing functionality in iOS ListView #3115

SusanRatiLane opened this issue Feb 8, 2024 · 4 comments

Comments

@SusanRatiLane
Copy link
Contributor

Describe the bug

ListView on iOS does not filter properly when the filter bar is enabled.

The selection color property is not used.

List does not scroll when all elements can not be displayed.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • Other... (please describe)

Expected behavior

iOS ListView should match Android ListView functionality

@manu-r12
Copy link

Hey, i'd love to work on this issue. can you tell me where can i find the codebase?

@MariaChemerys
Copy link

Hello @SusanRatiLane,
I would like to try working on this issue. I tested the ListView component on my iPhone and saw that the filter bar and the Selection Color property do not function. However, in the bug description, you've also mentioned that the list does not scroll when all elements cannot be displayed. I could not replicate this problem during testing. Could you tell me please whether this issue was resolved or guide me on how to replicate it?
Thank you in advance)

@ewpatton
Copy link
Member

ewpatton commented Mar 7, 2024

We did recently put in a fix for some screen scrolling fixes. I'm not sure this would have fixed the ListView scrolling issue as its a different view (but contained with the screen), but if you cannot replicate it for now that's fine. I would suggest focusing on the bugs you can replicate for the time being.

@MariaChemerys
Copy link

@ewpatton , thank you for your answer. I've fixed the selection color property bug. I will create a pull request as soon as I deal with another one mentioned in this issue (the filter bar bug).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants