gpt4 book ai didi

cordova - 将 Windows Phone 8 连接到 Weinre

转载 作者:行者123 更新时间:2023-12-02 00:12:45 43 4
gpt4 key购买 nike

我正在尝试将 Windows Phone 8 设备连接到本地 Weinre 服务器。我认为客户端的要求是基于 WebKit 的互联网浏览器,我认为 Internet Explorer 不是(?)有人可以确认是否可以将 Windows Phone 8 设备连接到 Weinre?如果是这样,那又如何呢?它似乎无法通过通常的引用脚本工作。

我在此处看到一篇帖子,其中显示 Windows Phone 8 设备正在临时连接但掉线。我什至无法理解!

如果您能提供帮助,非常感谢。

最佳答案

Weinre 现在在 Windows Phone 8 上的工作方式与在其他平台(如 Android 或 iPhone)上完全相同。要运行 Weinre 客户端,请使用 Chrome 或任何其他 webkit 浏览器。我会推荐以下内容来确定问题。

  1. 确保您使用的是最新版本的 Weinre

  2. 检查防火墙设置(您可以暂时禁用它)。将 weinre target.js 链接到您的 html 页面时使用 ip 地址。

  3. 按照here的描述添加console.log,查看在WP8设备上运行Weinre target脚本是否有错误

  4. 尝试添加以下脚本而不是完整的 Weinre 本地设置。有关更多详细信息,请参阅 Debugging Cordova Apps on Wp8

<script type="text/javascript">
window.WeinreServerId = "wp_test"; // <-- your unique identifier on the server below
window.WeinreServerURL = "http://debug.phonegap.com"; // <-- weinre server to use

// To open debugger use the following uri format - WeinreServerURL/client/#WeinreServerId
// for example http://debug.phonegap.com/client/#wp_test

</script>

<script type="text/javascript" src="http://dl.dropbox.com/u/23085338/weinre-target-script-min.js"></script>

关于cordova - 将 Windows Phone 8 连接到 Weinre,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14625161/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com