我尝试使用Phonegap设置应用,但我无法与平板电脑配对工作。两者都连接到我的本地无线网络。当我尝试访问phonegap应用程序上的ip时,服务器日志中没有任何反应:
[phonegap] starting app server...
[phonegap] listening on 127.94.0.1:3000
[phonegap]
[phonegap] ctrl-c to stop the server
[phonegap]
我在平板电脑上收到一条错误消息:Unable to Download Archive from the server Unable to properly connect to the server
我尝试断开连接并重新连接并重新启动服务器,但似乎没有任何帮助。我正在运行最新版本的应用程序和节点包。
答案 0 :(得分:0)
尝试运行$("iframe").contents().find("#myLink").click();
,然后使用手机应用中生成的隧道网址进行连接。