I just found that when the WebView is loading http://www.abc.com, and webViewDidStartLoad were hit for several times. Why not only one?
I just found that when the WebView is loading www.abc.com, and webViewDidStartLoad were hit
Share
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.
This depends on the webpage.
For instance, if the webpage has ads that come from Google Ads then it has to load your webpage and load the ads, or if it has Facebook Login it has to do another request to bring back that image.
In the case of abc.com I’d say you’re hitting it several times because it is redirecting you to http://abc.go.com/.