neske
neske
I have same issue. +1
I wrote this code to LoopViewPager.java: ```java public void next() { if (getCurrentItem() == mAdapter.getCount() - 1) { mPopulatePending = true; setCurrentItemInternal(0, true, true, -15000); // velocity is hard-coded ViewCompat.postInvalidateOnAnimation(this);...
same issue. My proposal: - Show progress dialog when connecting in Box#getTicket(callback). - Show progress bar between WebView#onPageStarted() and WebView#onPageFinished.