Questions tagged [nestedscrollview]
308 questions
0
votes
0 answers
Correct the scrolling behavior within another scroll in Flutter
I have unwanted behavior with a CustomScrollView inside another CustomScrollView.
Below I show the desired behavior:
Desired behavior GIF
Below I show the actual behavior:
Actual behavior GIF
I have tried the NestedScrollView class however I cannot…
0
votes
1 answer
FlatList inside ScrollView not scrolling
I have a requirement where profile data will be on the top and the feed will come after that. While scrolling the feed, the profile part also should scroll. Means the whole page needs to scroll.
So I have implemented FlatList inside…

Dhevendhiran M
- 994
- 2
- 12
- 29
0
votes
1 answer
Scroll nestedscrollview to bottom of textView
I have some editText in my activity so put them into nestedScrollView and my activity has the adjustResize attribute.
I put a textView at bottom of each editText to show the exitText input error.
But their visibility are Gone.
When the soft-keyboard…

bnr_d3v
- 15
- 6
0
votes
1 answer
CollapsingToolbar, Viewpager having recyclerview and NestedScrollview
Here is xml of my layout having CollapsingToolbar and viewpager. I am using NestedScrollViews so that the CollapsingToolbarLayout, swipetoreferesh and viewpager work smoothly.

Salahuddin
- 144
- 1
- 7
0
votes
1 answer
Android Studio ScrollView in ScrollView
I'm working on an App with Android Studio(Java) and want a ScrollView inside a ScrollView.
If I scroll the small one to the end it automatically starts scrolling the big one, is it possibile to disable the scrolling function of the big one when…

Anon
- 21
- 3
0
votes
1 answer
"main" button scroll with android.support.v4.widget.NestedScrollView
thank you in advance for taking the time to read.
I've been with a project on Android using Java for weeks. But I have had this problem for days, I tried many things but nothing worked.
What happens is that the "main" button (black color) that…
0
votes
1 answer
ScrollView does not show content when its constrained by "Match-constrains" inside a layout
I have a ScrollView inside my Constrained layout which contains another constrained layout, the view does not show its content if I set its height to "Match-Constrained" i.e.( 0dp). if I set it to something hardcoded like 400dp then it works.
I…

Shresthdeep Gupta
- 36
- 6
0
votes
0 answers
Selecting text in a TextView makes NestedScrollView scroll down
The structure of my layout is this:
NestedScrollView
--ConstraintLayout
----Other Widgets
----TextView with textIsSelectable true
The problem is that if I select some text in the TextView, the NestedScrollView scrolls down.

iClaude
- 707
- 8
- 14
0
votes
2 answers
How to go from bottom of the page to the top of the page?
I create an form with 15 editText inside NestedScrollView. Suppose second editText is empty. So after clicking Submit button, I want that page directly goes to the 2nd editText from Submit button to show error. But I don't know how to go from Submit…

thank you
- 113
- 8
0
votes
1 answer
Flutter - Widgets not scrolling in NestedScrollView
I am trying to make a page that contains a SliverAppBar, some Widgets with texts, and a List.
I used a NestedScrollView that contains the Sliver header, and a Column, that itself contains the widgets with texts and the list.
Here is the build…

Mathieu
- 1,435
- 3
- 16
- 35
0
votes
0 answers
Nested ScrollView with multiple ListViews does not scroll
I just want my nested scrollview to scroll, I do not want the lists to scroll. For some reason the scrollview does not scroll. I looked into multiple posts related to nested scroll views, scroll views, with listview, none of the solution helped. It…

Anubhav
- 1,984
- 22
- 17
0
votes
1 answer
Nested-Scrollview smooth scroll issue. Screen flicker propblem
I'm new in Android development. I got issue of nested ScrollView. There are three RecyclerViews inside nested ScrollView. There is only one parent Linearlayout inside my nested scrollview. I also make nestedscrollEnbaled=false. Then also I'm unable…
0
votes
2 answers
How to have two recyclerview (horizontal first then vertical) in the same Layout with smaooth scroll
I have two recyclerview (horizontal first, then vertical) in the same layout, I want the two to scroll up together so I used NestedScrollView but it come with some serious scrolling issue. It lag and cause crash some time.
I already saw some folks…

Farouk Sabiou
- 21
- 5
0
votes
0 answers
How to request focus on currently expanded container layout inside nestedscrollview?
I have following layout XML -

Alon Shlider
- 1,187
- 1
- 16
- 46
0
votes
0 answers
Android WebView does not render iframe content in Chrome 78
We have an html content with an iframe, loaded inside a webview. When using chrome version 78, the content will render the first paragraphs at fist and then at a certain height will display blank and sometimes distorted text up until the bottom…