Reputation: 1
I use Brackets
editor to develop, I can check website on Chrome
in desktop with :
http://127.0.0.1:49371/index.html
But it won't load on my iPhone (same wifi)
(I know I can play with the window on chrome, I need actual mobile device)
Couldn't find a way to do this.
Upvotes: 0
Views: 1084
Reputation: 18695
ngrok is good for this, it allows you to publicly share local urls https://ngrok.com/
Upvotes: 1
Reputation: 374
This is really hard to do. One solution that is easy, however, is to code on codepen.io and view your projects in debug view on mobile.
Upvotes: 1