satya164 / react-native-tab-view

A cross-platform Tab View component for React Native
MIT License
5.13k stars 1.07k forks source link

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

Open KingAmo opened 4 years ago

KingAmo commented 4 years ago

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
github-actions[bot] commented 4 years ago

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:

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

km-tr commented 4 years ago

I have the same bug.