Localhost running on mac.. Can I view it on my Android phone?

前端 未结 11 1309
遥遥无期
遥遥无期 2021-01-30 04:59

Running a ruby on rails project on my mac. I need to test it on my android phone. Is there a way to view my mac localhost on my android phone?

11条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 05:37

    Although one answer has been accepted but this worked for me:

    1. Make sure both your computer and android device are on same network.
    2. get your computer's ip address. (in case of mac type ifconfig inside terminal and look for en0/en1 -> inet it should be something like 19*.16*.1.4.)
    3. Open your mobile settings and go to network-> long press your wifi network-> modify network -> scroll down to advanced options -> chose proxy manual and in proxy hostname type your address i.e. 19*.16*.1.4 inside port enter your port. and save it.

    4. search for what is my ip in google chrome, and get your ip, lets say it is 1**.1**.15*.2**

    5. try accessing 1**.1**.15*.2**:port/ from your mobile device.

    It is as simple as this.

提交回复
热议问题