virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

Scrolling on Android breaks after selecting slide text

Open AlexeyRadkevich opened this issue 2 years ago • 0 comments

Steps to reproduce:

  1. open https://virtual-list-react-component.vercel.app/demo/basic on Android device (Chrome browser)
  2. select text in slide (for example 2)

Expected result:

scrolling works

Actual result: scroll doesn't work

PS There seems to be a problem with onTouchEnd in https://github.com/react-component/virtual-list/blob/master/src/hooks/useMobileTouchMove.ts because the states in refs are not cleared

AlexeyRadkevich avatar Nov 28 '23 11:11 AlexeyRadkevich