react-component / react-component/tree
Not work in mobile at and after 3.6.0
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 490
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 5
Description
RC-tree work well in mobile in version 3.2.0
but when i try using 3.6.0 and above, the list is not clickable in mobile browser (Android Chrome, iOS safari)
and i saw some console print it like below (seems from useMobileTouchMove.js)
>>>1
>>>2
>>>-2
...
I guess it is related to "virtual-list"?
It work fine for me to stay at 3.2.0, but just would like to report the case to see whether other got the same problem
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
Reproduce the regression by comparing 3.2.0 with 3.6.0 or later in Android Chrome and iOS Safari. Start by inspecting useMobileTouchMove.js and the virtual-list behavior mentioned in the report; done means the tree list is clickable on mobile and the reported console output no longer accompanies the failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100