I am using 8 – 10 different WebViews in one layout and loading different content in each WebView.
While loading Webview shows different messages like “Loading..” “Processing..” etc.

Is there any way to hide these notifications?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try to use
HttpClientto get the webpage’s html code and then useWebView.loadDatato load the entire page into WebView.Then call
new exampleHttpTask().exec()to load the webpage.