Hacker News new | ask | show | jobs
by bangboombang 2334 days ago
...Getting my old Windows Phone ready!

Do you actually deliver different versions of the site depending on browser, with more and fancier features for modern browsers, or does it look the same on everything (with different CSS/JS fixes for all the horrible old browsers)?

1 comments

It's largely the same version, with a couple of .js files that get included or left out depending on feature checks. This is necessary because one is a library written in modern JS with syntax like ===, which causes syntax errors in older browsers.

Please, do check it out in Windows Phone. I have only tested it once so far. It worked, but it was a while ago.