Hacker News new | ask | show | jobs
by MatthewPhillips 5080 days ago
You're missing what's right in front of you; the fact that web apps suffer from bad performance on Android is a prime example of how it is failing. Perhaps Google doesn't care about web apps, but that would be a huge turnaround from just a few years ago when it was one of the web's biggest proponents.
2 comments

It's the prime example of how JS and HTML is a failed model for efficient application implementation. It is not an example of Android's failing.
I think it has less to do with this and more to do with them not focusing their efforts on that front. It isn't like their current dev stack is the pinacle of performance either. Give it a few years and I'm sure they'll have native Dart applications which will be just as performant.
I have an iPad and web apps suck on it too. What is your benchmark for good performance? I'm being serious as I'd love to be able to have a legitimate mobile outlet for high performance web applications.
I think the best example of this is Windows 8, which has 2 application environments, .NET and Trident (The IE10 rendering engine). They are, for all intents and purposes, on equal footing with each other, and an end user can't tell which environment an application uses.
In that case, it's no longer standard or portable HTML/JS, no?
The engine that powers it is exactly the same, the difference is additional APIs (that add functionality, not performance). Everyone already agrees that HTML/JS needs more APIs.