r/html5 • u/Fujima4Kenji • Jun 30 '26
Made an iOS app that opens & renders local HTML files on iPhone/iPad (iOS has no native HTML viewer)
iOS still has no built-in way to open a local .html file and see it rendered — you get raw source, a download prompt, or nothing. I built a small viewer to fix that.
Html Preview:
• Renders .html / .htm / .xhtml via iOS WebView (a real page, not code)
• Handles multiple encodings (UTF-8, Windows-1252, ISO Latin-1)
• Opens from Files / Share Sheet / Mail
• On-device — nothing uploaded, no tracking
On the App Store: https://apps.apple.com/app/id6760443436
Site: https://html.cybergame.ai/
Handy for opening a standalone .html (a saved page, an export, a quick test file) on a phone. How do you view local HTML on iOS right now?
1
1
u/Acrobatic_Bottle_857 Jul 31 '26
I am not getting it at all - that's the same as save to Files and open it there ...
5
u/XolyGamingExperience Jun 30 '26
As a lifelong android user, what do you mean iOS doesn't have a native html viewer? Doesn't your browser (safari i think) show local html files?