I am using a WebView component to show some website. As you know when a user clicks on a link the browser the current page is cleared, WebView starts a requests and renders new page returned by the server. It is possible to have the WebView not to clear the current page before it has received response from the server so that the user can see the current page instead of looking and the white screen ?
↧