You can reload the page until it displays the pdf in this way:
public void onPageFinished(WebView view, String url) { if (view.getTitle().equals("")) view.reload(); }