Curnelious
Curnelious

Reputation: 1

How do you test your html on mobile?

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

Answers (2)

Rick Calder
Rick Calder

Reputation: 18695

ngrok is good for this, it allows you to publicly share local urls https://ngrok.com/

Upvotes: 1

fig
fig

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

Related Questions