Be sure to use a **platform specific** tag.
<TouchableOpacity style={{ flex: 1 }} > <ImageBackground source={require('../../images/home.jpg')}> <View style={styles.item} collapsable={…
react-native scrollview touchableopacityI'm working on Google plus android app and wondering how did they achieve scrolling effect in profile view, I searched …
android scroll google-plus scrollviewI have a scrollview with a lot of content. Now when user do a fling or scroll down, I want …
android scrollview onfling onscrollI have a EditText which is enclosed in ScrollView, but when the keyboard comes up. You can NOT scroll down …
android android-edittext scrollview adjustpanI do have a simple login view like shown below. If any EditText gains focus, the keyboard will be shown (…
android keyboard scrollviewI am having a nestedscrollview with content like some linearlayouts and textviews. I am using a floatingactionbutton library for some …
android scrollview floating-action-button nestedscrollviewI need to have a ViewPager inside a ScrollView but ViewPager just does not appear when it's in ScrollView, everything …
android android-viewpager scrollviewI 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 scrollviewI'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 motioneventI 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