Hacker News new | ask | show | jobs
by kitsunesoba 1573 days ago
> There just isn't enough interest to persuade app developers to support a smaller screen format, and web developers won't do it either.

On iOS supporting smaller screen sizes is fairly trivial as long as you’re using the apple-blessed layout APIs and not doing silly things like using static widths. It’s a bit more hairy on Android (simply due to the overwhelming mediocrity of Android Framework) but not anything too terrible.

It might be more annoying with cross platform frameworks though.