Web/17-前端综合/前端开发积累.md
2019-02-08 20:10:20 +08:00

29 lines
861 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 移动端WebApp前端真机调试
### iPhone/iOS借助Safari进行真机调试
1手机端设置 → Safari → 高级 → Web 检查器 → 开。
2mac端Safari → 偏好设置 → 高级 → 在菜单栏中显示“开发”菜单。
3在 OS X 中启动 Safari 之后,以 USB 电缆正常接入 iOS 设备,并在此移动设备上启动 Safari。此时点击计算机上的 Safari 菜单中的“开发”,可以看到有 iOS 设备的名称显示,其子菜单项即为移动设备上 Safari 的所有标签页,点击任意一个开始调试。如下:
![](http://img.smyhvae.com/20180621_1900.png)
参考链接:
- [移动端前端开发真机调试攻略](https://juejin.im/entry/563ab66400b0bf37d79aa17d)
- [iOS、Android 之类的如何调试 Web APP](https://segmentfault.com/q/1010000000124121)