Top "Scrollview" questions

Be sure to use a **platform specific** tag.

How to disable highlighting effect of TouchableOpacity when scrolling?

<TouchableOpacity style={{ flex: 1 }} > <ImageBackground source={require('../../images/home.jpg')}> <View style={styles.item} collapsable={…

react-native scrollview touchableopacity
Google+ profile like scrolling Effect

I'm working on Google plus android app and wondering how did they achieve scrolling effect in profile view, I searched …

android scroll google-plus scrollview
stop scrollView in the middle of the scroll

I have a scrollview with a lot of content. Now when user do a fling or scroll down, I want …

android scrollview onfling onscroll
EditText, adjustPan, ScrollView issue in android

I have a EditText which is enclosed in ScrollView, but when the keyboard comes up. You can NOT scroll down …

android android-edittext scrollview adjustpan
Android soft keyboard hides button

I do have a simple login view like shown below. If any EditText gains focus, the keyboard will be shown (…

android keyboard scrollview
Hide FAB in NestedScrollView when scrolling

I am having a nestedscrollview with content like some linearlayouts and textviews. I am using a floatingactionbutton library for some …

android scrollview floating-action-button nestedscrollview
ViewPager in ScrollView

I need to have a ViewPager inside a ScrollView but ViewPager just does not appear when it's in ScrollView, everything …

android android-viewpager scrollview
Android scrollview not filling parent view

I have the following layout that contains a scrollview. After screen sizes greater than around 4.8" there is a white area …

android android-layout view scrollview
MotionEvent handling in ScrollView in Android

I've been trying to figure out the behavior of MotionEvents in ScrollViews in Android and there's something i can't figure …

android touch scrollview motionevent
onInterceptTouchEvent, onTouchEvent only see ACTION_DOWN

I have a top level ViewGroup, which I call SliderView, in which I want to detect swiping. This is mostly …

android scrollview android-linearlayout touch-event motionevent