URL工作在计算机上但不在Android手机上

时间:2013-01-30 12:06:57

标签: android webview user-agent

我尝试加载此网址:

www.televisaofutebol.com/xuuby.php?chname=vh1&height=500&width=650

在我的手机上,但它说无法加载页面,但它可以在我的计算机上运行!

所以我更改了我的webview的用户代理,以模拟我是一台计算机,但它既不工作

browser.getSettings().setUserAgentString("Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8");

有人能帮助我吗? ^^

2 个答案:

答案 0 :(得分:0)

尝试检查what is the Phone Screen size ?因为您在这里传递参数height=500 and width=650所以它会not support for all device screen size

首先,您必须get the Default Height & Width of Device,然后根据您可以传递参数。

希望你能根据一些变化获得输出。

最好的运气。 !!!

答案 1 :(得分:0)

尝试在添加http://

后加载
http://www.televisaofutebol.com/xuuby.php?chname=vh1&height=500&width=650