react-native-tab-view icon indicating copy to clipboard operation
react-native-tab-view copied to clipboard

[react-native-web] scrollEnabled = false not work on web run on iOS device

Open KingAmo opened this issue 5 years ago • 2 comments

Current behaviour

i am using react-native-web with react-native-tab-view, scrollEnabled = false not work properly on web run on iOS device, either in browser or in webview inside an app test

when use gesture to scroll the tab, tab scrolled a small distance and scroll back immediately; on Android, this is ok, tab could not scroll at all using gesture.

Expected behaviour

when set scrollEnabled = false , tab could not scroll by gesture

Code sample

For Syntax Highlighting check this link

Screenshots (if applicable)

What have you tried

Your Environment

software version
ios or android ios
react-native 0.62.2
react-native-tab-view ^2.14.2
react-native-gesture-handler ^1.6.1
react-native-reanimated ^1.7.1
node
npm or yarn

KingAmo avatar Jul 20 '20 08:07 KingAmo

Couldn't find version numbers for the following packages in the issue:

  • ``

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • react-native-tab-view (found: 2.14.2, latest: 2.15.0)
  • react-native-reanimated (found: 1.7.1, latest: 1.9.0)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

github-actions[bot] avatar Jul 20 '20 08:07 github-actions[bot]

I have the same bug.

km-tr avatar Oct 06 '20 01:10 km-tr