我在Linux上使用ios-webkit- debug -proxy来尝试和调试一个使用chrome的iOS Safari主机。
调试代理运行并给出
Listing devices on :9221
Connected :9222 to Will's iPhone (8a48ac86edd4f299xxxxxxxxxxxxxxx)
页面localhost:9222
然而,打开devtools会留下一大片空白。点击很多东西会产生很少的结果。
对这些东西有经验的人能给我点建议吗?干杯
发布于 2020-08-07 20:36:57
使用npm Install remotedebug-ios-webkit-adapter -g安装适配器
然后,运行remotedebug_ios_webkit_adapter --port=9000
https://stackoverflow.com/questions/27343362
复制相似问题