This may be obvious and a completely unneeded post but I had been having quite an issue resolving a way to allow vertical scrolling functionality on pages in a VewPager and ther
I made similar one that using fragments in viewpager. tabWigdet can be shown or not. that example included in android-support-v4 demo application.
I achieved this by setting screenOrientation to landscape, then putting the content of the viewpager as if it is in the portrait mode.