Ask HN:When will html 5 become the standard for mobile apps?
1–10 of 18 posts
Re: Ask HN:When will html 5 become the standard for mobile apps?
#2Re: Ask HN:When will html 5 become the standard for mobile apps?
#3Re: Ask HN:When will html 5 become the standard for mobile apps?
#4tl;dr never 100%, their will always be room for real native language apps, but we will see the ratio shift more towards html5 for your basic apps and simple games year by year
Re: Ask HN:When will html 5 become the standard for mobile apps?
#5Not for a long, long time. In the same way that web apps won't be replacing all desktop apps for a long, long time.
Re: Ask HN:When will html 5 become the standard for mobile apps?
#6I've been tinkering with HTML5 apps for the last few years. If you're on the desktop, I don't think there is reasonably anything you can't do. On mobile, there are still a lot of problems with audio. That is very unfortunate for a host of different types of apps, but for a lot of others it is no big deal.
There are things that I'm doing with my current project, https://www.justwritedammit.com, that I just don't think would be possible without HTML5. Building a cross-platform experience has been significantly easier than Java ever allowed me to do, and I'm getting to hit more platforms. I can deploy changes NOW and I can do it 20 times a day if I want. And I have 100% feature parity between desktop and mobile.
Re: Ask HN:When will html 5 become the standard for mobile apps?
#7Re: Ask HN:When will html 5 become the standard for mobile apps?
#8It's interesting that people forget the iPhone was originally HTML5-apps-only, there was no app store, there were no 3rd party native apps. The roots are there. They just need to be watered. I've been tinkering with HTML5 apps for the last few years. If you're on the desktop, I don't think there is reasonably anything you can't do. On mobile, there are still a lot of problems with audio. That is very unfortunate for…
Just wondering: do you plan on supporting Markdown? If not: is that by design? Plans on any formatting syntax whatsoever (considering ePub is the main target export format)?
Re: Ask HN:When will html 5 become the standard for mobile apps?
#9Not for a long, long time. In the same way that web apps won't be replacing all desktop apps for a long, long time.
I would bet that this "long, long time" is like 3 or 4 years.
Re: Ask HN:When will html 5 become the standard for mobile apps?
#10It's interesting that people forget the iPhone was originally HTML5-apps-only, there was no app store, there were no 3rd party native apps. The roots are there. They just need to be watered. I've been tinkering with HTML5 apps for the last few years. If you're on the desktop, I don't think there is reasonably anything you can't do. On mobile, there are still a lot of problems with audio. That is very unfortunate for…
JWD looks nice! Hope to see this evolve into a great option for online writing. Just wondering: do you plan on supporting Markdown? If not: is that by design? Plans on any formatting syntax whatsoever (considering ePub is the main target export format)?
I've toyed with the idea of using Markdown. As long as the formatting doesn't get in the way of the writing is the key. People have a real problem with focusing on the work that matters. It's really easy to procrastinate by doing busy-work like making sure you're using the right type of bullets for your lists.
My original idea was to have formatting be a completely separate mode. But the more I think about the problem in general, I realize that at some point, it's impossible to 100% disassociate content from presentation. Markdown is probably the best compromise. Some other people have had success with writing full, going-to-print books through Markdown. It's certainly a better choice than a full WYSIWYG or GUI editor.
Formatting is also one of those features that people think they need when they don't. Currently, you write into individual chapters, and the chapters get concatenated correctly to have page breaks and headers. There are many different types of books that need no more formatting than that, novels in particular. I'd rather spend time working on getting full ePub docs implemented (I can write HTML files to ZIP files right now, but haven't done much beyond that, more just need to read the spec and get it done at this point), or getting some of the flow-encouraging mini-games made. Or finally building a real server (this is all 100% client-side right now) so I can let people publish their writing directly to their own blog.
I also need to spend some time in the marketing department. There is a lot to do. It's been just under a month since I threw away the work I was doing in Java (from a year and a half ago) and restarted in HTML5.
I could certainly use some help ;)