react-component / react-component/virtual-list
Scrolling on iPhone is weired
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 814
- Forks
- 171
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 3
Description
Thank you for a such good library, it works as expected. But the only problem is that scroll doesn't work like a native. On iPhone it works really bad.
I tried to set virtual=false, but it renders all items at once.
Also I cannot understand how fullHeight works. When I use fullHeight=true, the whole list is rendered.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the scrolling behavior on an iPhone with the default settings, then compare it with virtual=false and fullHeight=true as described. Done means scrolling behaves closer to native scrolling while virtual rendering does not render the whole list at once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100