Im using a pageviewer but when i scroll the content(vertically) of pageviewer im not getting the call at either
public void onPageScrollStateChanged(int arg0) { android.util.Log.e("XXXX", "onPageScrollStateChanged"); } or @Override public void onPageScrolled(int arg0, float arg1, int arg2) { android.util.Log.e("XXXX", "Page Is scrolleed"); } but when i scroll the page horizontally im getting the call back at the above.any help ?