How to Stop Android webView swipeToRefresh loading progressbar?
问题 Note: This question was already asked here. which did not get any answer so I decided to repost it with my code. I want a webView to refresh the current page when a user pulls down the screen from the top which is working fine. The problem is the loading progress bar isn't stopping after the page has been loaded. Here's the MainActivity.java // Swipe to Refresh SwipeRefreshLayout swipeLayout = (SwipeRefreshLayout)this.findViewById(R.id.swipeToRefresh); swipeLayout.setOnRefreshListener(new