Live data from Hacker News

Ask HN: Why is HN not mobile friendly yet?

news.ycombinator.com

21–30 of 59 posts

Re: Ask HN: Why is HN not mobile friendly yet?

#21
post #18

The change should be done in the browser. It's just dumb that we don't have reflow in Firefox mobile. Chrome seems to do it fine (but lack of adblock makes it my non default browser). News.yc is a simple, easy site. Browsers should just work on it.

Making a one-column text-only website work on mobile is trivial with a meta tag and a few lines of CSS.

[deleted]

Re: Ask HN: Why is HN not mobile friendly yet?

#24
post #2

I've found this site as one of the easier to use ones on mobile?

It took 5 tries hitting the reply button, accidently giving you a down vote in the process...

The text having a fix width is a pain. On my screen and with my eyes, I have to zoom in and scroll each line back and forth. Makes it annoying to read.

Re: Ask HN: Why is HN not mobile friendly yet?

#28

> The change required is tiny; I'm sure even I'm this thread someone will be able to propose the optimal change to make. Apparently, it's not tiny, which was the response that came up the last time. ...the last time was about two years ago: https://news.ycombinator.com/item?id=7330107 They did roll out a tiny mobile fix in March: https://news.ycombinator.com/item?id=9206427

The site would be dramatically more mobile friendly with the addition of 2 css rules: textarea { width: 100%; } table { width: 100%; }

So it doesn't seem like the problem is completely insoluble.

Re: Ask HN: Why is HN not mobile friendly yet?

#29
post #18

The change should be done in the browser. It's just dumb that we don't have reflow in Firefox mobile. Chrome seems to do it fine (but lack of adblock makes it my non default browser). News.yc is a simple, easy site. Browsers should just work on it.

Making a one-column text-only website work on mobile is trivial with a meta tag and a few lines of CSS.

There are two columns: one for the text and one for the vote buttons. Does that affect your version?

(What are those few lines of CSS btw?)

Re: Ask HN: Why is HN not mobile friendly yet?

#30
post #24
post #2

I've found this site as one of the easier to use ones on mobile?

It took 5 tries hitting the reply button, accidently giving you a down vote in the process... The text having a fix width is a pain. On my screen and with my eyes, I have to zoom in and scroll each line back and forth. Makes it annoying to read.

Which browser are you using? On Android, both Firefox and Chrome have the option to increase the font size, allowing you to read comments without zooming in.

The lack of text reflow when zooming in is really annoying though.

Post reply on HN