h5bp/mobile-boilerplate

Update helper.js to include iPhone 5 and iPad Mini

thedigitalman opened this issue · 1 comments

Current iOS Startup Image helper function does not account for iPhone 5 or iPad Mini

iPad mini resolution is the same as original ipad, so no change required.

The iphone 5 is a bit of a different matter. To get a web app to use the larger height, you need to provide a hack on the meta viewport as detailed here:

http://www.mobilexweb.com/blog/iphone-5-ios-6-html5-developers

This to me sounds like a bug on Apple's part. I don't understand why you should need to do this, so I'm hoping apple might fix it.