googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

I cannot access the web app from a mobile device, using the new URL shown on web server #136

Closed n1705771 closed 6 years ago

n1705771 commented 6 years ago

I have build my first web application following the code labs example "Your First Progressive Web App" https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/

Everything works well, but when I try to access the web server from my mobile device through the local network, I can not see the web app open in my android device.

I have checked the web server IP(192.168.0.161:8887) and my android device IP(192.168.0.231) are in the same local network; also I have selected "accessible on local network" in chrome web server.

Could you please tell what are the possible reasons cause this issue?

Thanks