Phonegap / Jquery Mobile无法通过代理连接http

时间:2012-10-11 14:17:51

标签: android cordova jquery-mobile proxy

我使用Chrome和Ripple来测试我的应用没有任何问题。但是,如果我使用我的设备(连接到PC)或模拟器(Android),第一次请求工作正常但第二次没有。

我使用cordova 2.0

我的代码:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"                  
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml"> 
      <head>
         <meta http-equiv="REFRESH" content="0;url=http://jquerymobile.com/demos/1.1.1/">
      </head>
      <body></body> 
      </html>

局域网(Lan)设置的配置 代理服务器: 地址:10.0.32.5港口:8080

请帮助我解决这个问题?

1 个答案:

答案 0 :(得分:0)

尝试

<meta http-equiv="refresh" content="0;URL='http://example.com/'">

请参阅网址字段中的引号。