i ‘m doing a project using webview in android. i can’t visit url: http://www.baidu.org. since this url redirect to
http://s.click.taobao.com/t_js?tu=http%3A%2F%2Fs.click.taobao.com%2Ft_9%3Fp%3Dmm_13057488_2720475_9729699%26l%3Dhttp%253A%252F%252Fmall.taobao.com%252F%26eventid%3D101766%26ref%3D.
in my project, the webview will reload that url hundreds of time. anyone knows how to solve this question?
I get the same problem when i load the url
http://www.tmall.com/?ali_trackid=2:mm_13057488_2720475_9729699:1340938813_4z4_2025563791
in my webview.
ps:in my pc browser, I input url:www.baidu.org, it redirect to
http://www.tmall.com/?ali_trackid=2:mm_13057488_2720475_9729699:1340938813_4z4_2025563791.
Check the below code with your code,
This is working for me…. try this
Edit:
In PC Browser:
In Mobile WebView
Then what is your problem?