Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

三层scrollview没法正常使用 #37449

Closed
cmdparkour opened this issue May 16, 2023 · 2 comments
Closed

三层scrollview没法正常使用 #37449

cmdparkour opened this issue May 16, 2023 · 2 comments

Comments

@cmdparkour
Copy link

Description

场景如下:我有一个复杂的页面,页面有头部,以及一个列表,当头部滑动的时候,列表tab项需要悬浮,底下的列表还需要可以进行左右切换,并且列表内的数据可以正常上下滚动
<ScrollView style={{ flex: 1 }}>
<View style={{ height: 600 }}>789
<ScrollView horizontal={true} style={{ height: 800 }}>
<ScrollView style={{ flex: 1, backgroundColor: '#999', width: $.pxToDp(750) }}>
<View style={{ height: 300 }}>123
<View style={{ height: 500 }}>123
<View style={{ height: 900 }}>456

<ScrollView style={{ flex: 1, backgroundColor: '#ffffff', width: $.pxToDp(750) }}>
<View style={{ height: 300 }}>123
<View style={{ height: 500 }}>123
<View style={{ height: 900 }}>456


React Native Version

0.68

Output of npx react-native info

三层scrollview没法正常使用

Steps to reproduce

三层scrollview没法正常使用

Snack, code example, screenshot, or link to a repository

三层scrollview没法正常使用

@github-actions
Copy link

⚠️ Add or Reformat Version Info
ℹ️ We could not find or parse the version number of React Native in your issue report. Please use the template, and report your version including major, minor, and patch numbers - e.g. 0.70.2

@cortinico
Copy link
Contributor

Hi @cmdparkour
In this issue tracker we accept only issues that are in English.
I'm closing this for now, please consider translating it to English and reopening it.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants