All jokes aside, this is actually to prevent #201 from occurring when our app runs on iPad. Previously, our app was built for iPhone only, so when it ran on the iPad, it would run with a viewport size equivalent to the iPhone 4s, leading to a really cramped layout.
Compare before:
with after:
So we go from cramped and buggy to just sort of goofy-looking. I'd consider that a positive change.
Careful, it's a big one.
Summary
This pull request:
Notes
All jokes aside, this is actually to prevent #201 from occurring when our app runs on iPad. Previously, our app was built for iPhone only, so when it ran on the iPad, it would run with a viewport size equivalent to the iPhone 4s, leading to a really cramped layout.
Compare before:
with after:
So we go from cramped and buggy to just sort of goofy-looking. I'd consider that a positive change.