I have ViewPager with three fragments and one of them is FrameLayout with ScrollView inside:
For Future Readers living in +2019
use ViewPager2 to avoid this problem. you can find good example of ViewPager2 implementation at this topic.