扫码关注官方订阅号
做native+HTML5的应用,使用了webview,默认webview是调用默认的浏览器内核,各类手机不一致,在很多时候手机的浏览器与电脑端的都存在差异,是否有一种可以真机调试webapp的方法(不用翻墙即可使用的,android4.4带了,但是好像要翻墙),需要能够打JS断点。
走同样的路,发现不同的人生
一、Android 4.4 可以直接debug 二、PC和安卓上都装chromehttp://fonkie.iteye.com/blog/1846858 三、使用weinre调试http://my.oschina.net/reeco/blog/209829
https://developer.chrome.com/devtools/docs/remote-debugging
不用翻墙 能连adb就行
chrome 不是可以模拟各种设备吗?
weinre - 无需翻墙。
可以看看这里的总结 https://github.com/riskers/blog/issues/11
试试这个工具:链接描述
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
一、Android 4.4 可以直接debug
二、PC和安卓上都装chrome
http://fonkie.iteye.com/blog/1846858
三、使用weinre调试
http://my.oschina.net/reeco/blog/209829
https://developer.chrome.com/devtools/docs/remote-debugging
不用翻墙 能连adb就行
chrome 不是可以模拟各种设备吗?
weinre - 无需翻墙。
可以看看这里的总结
https://github.com/riskers/blog/issues/11
试试这个工具:链接描述