Live data from Hacker News

How I built a Hacker News mobile web app, Part 2

cheeaun.com

21–24 of 24 posts

Re: How I built a Hacker News mobile web app, Part 2

#21
post #16
post #9

Earlier quoted context omitted.

Then perhaps "My" might have been a better word choice. The title is misleading- This is well plumbed territory. Not that his app isn't neat- The way he emulated a native app is technically interesting. But the presentation as if it were an official app is misleading. Here are two others I happen to have bookmarked. I suspect there are others, as well. http://hn.gethifi.com http://ihackernews.com/

Hello! Here's a friendlier way to say it! Thanks for the post! I find the write up technically interesting! You should change the name because there are many other projects called HN Mobile and because none of these are official. Here are other apps called HN Mobile or Hacker News Mobile: - https://github.com/ctice/hn-mobile - http://www.newmediacampaigns.com/blog/hacker-news-mobile-fro... - http://hn.gethifi.com - h…

You're right, I was in a grouchy mood this morning. I should have been nicer.

Sorry about that.

Re: How I built a Hacker News mobile web app, Part 2

#22
Regarding the error "ReferenceError: Can't find variable: atomicFindClose"

We often find with our Javascript exception tracking that it catches ALL javascript exceptions, which as often as not actually involve javascript from external sources. I'm not sure how this would sneak into mobile safari (unless it was being used on another device) but we often get exceptions from Chrome plugins and the like, which we cannot control.

Re: How I built a Hacker News mobile web app, Part 2

#23

I am planning to build native iOS up using some inspiration from this webapp (with proper credits, of course). I have ~8 HN readers on my iPhone at the moment, and event those who work (not all do), suck for some reason or other so I am using Lim's web app to read HN on my phone but I still want to have it as a native experience.

I think that's worth a try :)
Post reply on HN