- PS:如果使用的是MAC电脑,可以直接在safari的开发里面找到,我的Iphone里面可以检测网页
- 1、在Iphone的设置-》safari-》高级-》web检查器。打开
- 2、在电脑上安装ios_webkit_debug_proxy和RemoteDebug iOS WebKit Adapter
- 3、启动RemoteDebug iOS WebKit Adapter
- remotedebug_ios_webkit_adapter --port=9000
- 4、在chrome地址栏输入:chrome://inspect/#devices,在Discover network targets里面增加localhost:9000,就可以在chrome里面调试手机页面了
相关github地址: