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 iosalwaysBounceVertical not working #15645

Closed
Symous opened this issue Aug 25, 2017 · 1 comment
Closed

ScrollView iosalwaysBounceVertical not working #15645

Symous opened this issue Aug 25, 2017 · 1 comment
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@Symous
Copy link

Symous commented Aug 25, 2017

Is this a bug report?

Maybe yes...

Have you read the Contributing Guidelines?

Yes

Environment

  1. react-native -v: 0.45.1
  2. node -v: 8.1.2
  3. npm -v: 5.3.0
  4. yarn --version:

Then, specify:

  • Target Platform: Android
  • Development Operating System:MacOS

Steps to Reproduce

  1. add a vertical scrollview component to the page;
  2. add some items to the scrollview;
    3.even the items don't fill the screen, the content still can scroll down a few distance;

I have try to add iosalwaysBounceVertical = {false} and iosbounces = {false} prop, but still not working. that is not occurred with Android.

Expected Behavior

if the items are not long enough to fill the screen, the items can not be scrolled manually;

Actual Behavior

they can be scolled;

(Write what happened. Add screenshots!)

Reproducible Demo

 <ScrollView showsVerticalScrollIndicator={false}>
          {
            d.plan.map((item,index)=>{
              return <View key={index}>{this.renderItem(item,d)}</View>
            })
          }
</ScrollView>

(Paste the link to an example project and exact instructions to reproduce the issue.)

@stale
Copy link

stale bot commented Oct 24, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Oct 24, 2017
@stale stale bot closed this as completed Oct 31, 2017
@facebook facebook locked and limited conversation to collaborators May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

1 participant