mattyu007 / ProjectOrange

3 stars 0 forks source link

Add iPad support #219

Closed mattyu007 closed 7 years ago

mattyu007 commented 7 years ago

Careful, it's a big one.

Summary

This pull request:

  1. Adds support for iPad. 😉

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: img_0342 img_0343 img_0344

with after: img_0345 img_0346 img_0347

So we go from cramped and buggy to just sort of goofy-looking. I'd consider that a positive change.