Hacker News new | ask | show | jobs
by oleganza 5552 days ago
If you mean that developers adjust pixels sizes for the finger (like "button should be no less than 40x40 points"), then it's not that strict. iPad has less points per inch than iPhone, but the standard buttons all have the same logical sizes on both devices. If iPhone 5(6,7) has a bigger physical screen, then all the controls will simply become a little bit bigger (but still smaller than on iPad, btw) and retina display resolution will still be high enough to have sharp text and graphics.

The only apps that rely on physical size are some sort of virtual rulers. When pixel size is changed, they need to be modified to adjust to that.