question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to handle nested scroll here?

See original GitHub issue

First of all, it is really nice DropDownPicker.

I have one ScrollView and inside that scroll view I have multiple dropdowns. however the dropdown scrolling is no more working in that case.

<ScrollView>
                <View style={styles.childBaseContainer}>
                  <DropDownPicker/>
                  <DropDownPicker/>
                  <DropDownPicker/>
                </View>
</ScrollView>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hossein-zarecommented, Apr 19, 2020

Can you please suggest to me how can we dismiss your dropdown by outside touch or any other dropdown touch?

How we can get callback of that to dismiss or show

There’s no way to dismiss/hide the dropdown box yet, I’ll work on that later with more features.

0reactions
hossein-zarecommented, Apr 19, 2020

Read more: https://reactnative.dev/docs/scrollview#nestedscrollenabled

nestedScrollEnabled Enables nested scrolling for Android API level 21+. Nested scrolling is supported by default on iOS.

The bug has been fixed. Uninstall & Install the package.

If you face an unexpected Behavior/UI, Try to restyle the component using the docs, I’ve changed the styling properties lately.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to handle scroll in NestedScrollView - android
What I want to do is to handle the scroll NestedScrollView. But when I "setOnScrollChangedListener" to it, and then I scroll the view, ......
Read more >
Experimenting with Nested Scrolling - Android Design Patterns
Without nested scrolling, the NestedScrollView scrolls independently of its surroundings. Once enabled, however, the CoordinatorLayout and ...
Read more >
NestedScrollView: Enhanced scrolling for Flutter
A CustomScrollView can scroll only in one direction, so if you need to scroll vertically and horizontally, you will need to nest the...
Read more >
NestedScrollView in Android with Example - GeeksforGeeks
Step by Step Implementation · Step 1: Create a New Project in Android Studio · Step 2: Working with the activity_main.xml File.
Read more >
NestedScrollView class - widgets library - Flutter - Dart API docs
A scrolling view inside of which can be nested other scrolling views, with their scroll positions being intrinsically linked. The most common use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found