markdown 在手机上测试角度应用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在手机上测试角度应用程序相关的知识,希望对你有一定的参考价值。

# Test Angular app on Mobile Phone

[SOURCE](https://stackoverflow.com/a/46541943/1602807)

1. First verify your machine IP Address.

  On Windows, type `ipconfig` in Prompt (copy IPv4).
  On Mac, type `ifconfig |grep inet` in Terminal (copy inet).

  In my case this is 192.168.0.10.

2. Next, type `ng serve --host 192.168.0.10`.

3. Ok, your app on air for all devices on same network.

4. Now only `http://192.168.0.10:4200/` will work, access this on both browser and phone for tetsing.

## Samsung phone's Remote Debugging:
[SOURCE](https://samsunginter.net/docs/remote-debugging)


1. Install Android Studio and Chrome (see source).

2. Open up the Chrome browser on your desktop and visit `chrome://inspect`.

3. `Devices > Remote Target > Inspect`.

## iPhone's Remote Debugging:

1. Connect iPhone with Mac 

2. Open Safari go to `Preferences > Advanced > Show Develop Menu in Menu Bar`.

3. `Develop > iPhone xxx > choose Website`.

以上是关于markdown 在手机上测试角度应用程序的主要内容,如果未能解决你的问题,请参考以下文章

如何在手机上测试我的 Flutter 应用程序?用 vscode

在手机上测试/调试 Symbian 应用程序的最简单方法是啥?

iOS - 如何在手机上的 ssh 会话中查看 NSLog 和 printf 输出?

vue项目如何在手机上测试

Unity使用Remote直接在手机上调试游戏

如何在手机上测试移动端项目