I didn't think that was ever in doubt, was it? HN has always been difficult to use on mobile devices due to all the fixed dimensions forcing the page to render at an unsuitable size.
Apart from accidental downvoting I never had any problems with it. Get a browser that nicely reflows and that locks horizontal scrolling nicely (not too much, not too little) and it's a breeze to read and participate. I love that I can choose the font-size and zoom level myself, notblindthankyouverymuch.
Google to Hacker News: Not Mobile-Friendly
31–40 of 78 posts
Re: Google to Hacker News: Not Mobile-Friendly
#32Earlier quoted context omitted.
Maybe the S10 will have a 12" screen
It might, who knows. The compatibility onus is on the device manufacturers, not on the websites. That's the world upside down.
The device's web browser should attempt to adapt the page to fit the device rather than the site telling the browser how it should adapt to the size of the screen.
Re: Google to Hacker News: Not Mobile-Friendly
#33It still blows my mind that the text on the HN homepage is unreadably too small on my Samsung Galaxy S4. Surely you guys have enough money and/or technical chops to fix that?
You could enlarge the text?
Re: Google to Hacker News: Not Mobile-Friendly
#34Earlier quoted context omitted.
It might, who knows. The compatibility onus is on the device manufacturers, not on the websites. That's the world upside down.
How does that make sense? The device's web browser should attempt to adapt the page to fit the device rather than the site telling the browser how it should adapt to the size of the screen.
Re: Google to Hacker News: Not Mobile-Friendly
#35Earlier quoted context omitted.
It's obviously not a matter of money/chops, but that of the priorities.
Sure, but how hard is it to write some basic CSS? I mean we are talking about making the text bigger when viewed on mobile devices, right?
Re: Google to Hacker News: Not Mobile-Friendly
#36Re: Google to Hacker News: Not Mobile-Friendly
#37Earlier quoted context omitted.
It's obviously not a matter of money/chops, but that of the priorities.
Sure, but how hard is it to write some basic CSS? I mean we are talking about making the text bigger when viewed on mobile devices, right?
And that's ignoring for the moment the burden of testing a website on all possible devices (which is the way we nowadays go about developing commercial websites, and which is entirely wrong, if a website works on one browser it should work on all, a ship which has long ago sailed but which made good sense at the time and was one of the main reasons the web caught on over all those proprietary and fragmented efforts at information dissemination that preceded it).
Re: Google to Hacker News: Not Mobile-Friendly
#38The whole 'not mobile friendly' meme really needs to die. The sites are never at fault, a mobile browser is entirely capable of rendering sites however they see fit and to ignore or incorporate any or all elements of the style sheets and mark-up that a site supplies. The pixel-perfect coupling that people expect between what a site should look like according to the designers and how that site is rendered by the brows…
Mobile friendly isn't a meme, it's just a description of how well your chosen presentation of content translates into a different context of use. Context changes often require different choices about how you break up your content to throw at someone - this has been the case since the web began.
Re: Google to Hacker News: Not Mobile-Friendly
#39Re: Google to Hacker News: Not Mobile-Friendly
#40This is a great example of why mobile browsers suck. It is the job of the mobile browser to be able to fix these problems automatically, to resize and reflow text so that it displays properly on the device.