I'm having lots of issues in swiping fragment in code running 2.3.3 .I am using a viewpager with fragments which contains another viewpage and fragments . The hierarachy is :
VIEWPAGER1
FRAGMENT1
VIEWPAGER2
FRAGMETN2
Each viewpager can scroll independently on Android 4.0 + but when I run the same code on Android 2.3.3 only VIEWPAGER1 is able to swipe, VIEWPAGER2 is not able to swipe
Is there any possible workaroud for this prolem . Please suggest