Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
great app. Did you use any framework to build the app (I mean frameworks like sencha, enyos, etc)?
Are mobile web apps slow?
21–30 of 50 posts
Re: Are mobile web apps slow?
#22Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
By far the best web app I have ever used. Period. How did you manage to make it so fast? Also most web apps I pin to my home screen (not many) open in safari. how did you manage to get this to open it is own 'app'. It's not a part of safari, it has it owns icon in the app switcher. +1000 KUDOS I WILL be using this app a lot. edit: More kudos for being a Wolverine like myself. Go Blue!
I am not using any framework, and using vanilla JS as much as possible.
If you add these meta tags, it will open as app.
And this for icon
Re: Are mobile web apps slow?
#23Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
Re: Are mobile web apps slow?
#24Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
Re: Are mobile web apps slow?
#25Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
But as you said, given that you didn't use any frameworks the productivity couldn't have been that great... Not to mention that it probably doesn't blend in with the native apps? (don't have a mobile with me right now, so can't test it)
Re: Are mobile web apps slow?
#26Re: Are mobile web apps slow?
#27Earlier quoted context omitted.
great app. Did you use any framework to build the app (I mean frameworks like sencha, enyos, etc)?
No, I didn't use any framework, but I am using Zepto library. I may remove zepto in the future as all these libraries are very slow on mobile. When I replaced $.html() with dom .innerHTML, rendering time improved by 50% in some cases.
Re: Are mobile web apps slow?
#28Hacker news webapp for mobile - http://hn.premii.com I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers. I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn But it is not a…
Wow, good job! But as you said, given that you didn't use any frameworks the productivity couldn't have been that great... Not to mention that it probably doesn't blend in with the native apps? (don't have a mobile with me right now, so can't test it)
Well, I am not a designer so it took me while to get right colors, background, text sizes, layout etc. You can see my profile here. (http://premii.com).
Initial app took one Sunday. It worked on android browser and iOS. If I only had to make it work for iOS, it would ve been easy, but chrome on android took as much time as the whole app. Later found that there was a bug in chrome. They just fixed it like 2-3 weeks before.
It worked on WP8-IE10 without any special code. I didn't had WP, so I asked reddit/r/windowsphone guys and they told me it works great. Couple of redditors reported minor issues which I fixed.
I am not saying this is easy to do, and I will never advise anyone to user HTML5 if they have CPU intensive task and super complex animation/interaction. However HTML5 is the only platform that can help you develop simple app that works on all 4 mobile platforms (iOS, Android, WP8 and mobile browsers).
Re: Are mobile web apps slow?
#29Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…
> Are mobile web apps slow? A meaningless question. Slow relative to what? Slow for whom? What sort of app are we talking about?
Re: Are mobile web apps slow?
#30Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…
> Are mobile web apps slow? A meaningless question. Slow relative to what? Slow for whom? What sort of app are we talking about?