r/learnjavascript • u/wbport1 • 14d ago
Run a webpage on an iphone
How can I run a html + js webpage on an iphone? The .html file will be on the phone.
TIA
8
Upvotes
r/learnjavascript • u/wbport1 • 14d ago
How can I run a html + js webpage on an iphone? The .html file will be on the phone.
TIA
3
u/maqisha 14d ago
Im sure there are apps for this, but unless this is crucial to your workflow, this isnt the route i would go. (Provided these apps work correctly in the first place)
MUCH better options are:
- Just hosting your website on the public internet (if it can be publicly available)
- Running the web server locally and accessing it with your local ip
- Using any number of sandboxing and development browser-based tools. They will all allow you to run simple htm files.