ScrollView doesn't work in fragment
问题 Does anyone know why the scroll does not work ? I trying to make my page scrollable and can swipe to another tab. It allows me to swipe but not scrollable. I'm use most of the answer in Stack Overflow but none of them is worked in my case. <?xml version="1.0" encoding="utf-8"?> <AbsoluteLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#FFFFFF" xmlns:android="http://schemas.android.com/apk/res/android">