Open
Description
Hi,
I have changed the Viewpager direction to horizontal
private void setBookData() {
mFolioPageViewPager.setDirection(DirectionalViewpager.Direction.HORIZONTAL);
}
in FolioActivity. But while swap book left and right in speed , web view doesn't load the data even it has content. Please help