I have small area of screen where I put ViewPager. While I scroll ViewPager from inside of its area it works fine. But when my finger move beyond the bounds then scrolling is intercepted. This occurs on Android version lower then 4.2. On Android 4.2 scrolling keep on even if the touch was outside the bounds of ViewPager.
How can I fix this bug?