HI all
I’m developing an application into that I want to redirect the current page to the next page after the webView has completely loading of the data.
How can I manage that?
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.
You can add a WebViewClient to the WebView which has a callback method when a page is finished loading like this: