Open DrRefactor opened 3 years ago
The problem
Please see: https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action#accessibility_concerns
Disabling scroll on some ScrollView should not prevent ALL touch actions in this area. Currently it prevents:
How to reproduce Render scrollview with prop scrollEnabled={false}.
Simplified test case: https://codesandbox.io/s/determined-carlos-37nym?file=/src/App.js
Steps to reproduce:
Expected behavior A11y compatible way to disable scroll view. Also, nested scrollview that is disabled should not prevent scrolling of outer scroll view.
Environment (include versions). Did this work in previous versions?
has any way to solve this problem?
The problem
Please see: https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action#accessibility_concerns
Disabling scroll on some ScrollView should not prevent ALL touch actions in this area. Currently it prevents:
How to reproduce Render scrollview with prop scrollEnabled={false}.
Simplified test case: https://codesandbox.io/s/determined-carlos-37nym?file=/src/App.js
Steps to reproduce:
Expected behavior A11y compatible way to disable scroll view. Also, nested scrollview that is disabled should not prevent scrolling of outer scroll view.
Environment (include versions). Did this work in previous versions?