#21577 closed defect (bug) (fixed)
Twenty Twelve: IOS Zoom bug
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Testing with iPad2 5.1.1 i noticed i was getting the iOS zoom bug on orientation change.
I was able to fix this by removing initial-scale=1
from the viewport, i did some digging around on this and noticed that it was removed from html5 boilerplate about 7 months ago because of this: https://github.com/h5bp/html5-boilerplate/commit/26d6be247987741b92c83bae2f47111b43a6f1f2
Issue: https://github.com/h5bp/html5-boilerplate/issues/824
Attachments (1)
Change History (9)
#3
@
13 years ago
Thanks obenland I forgot to mention this was happening in Safari.
Off the subject, i noticed a double line-height in the stylesheet lines: 1255 & 1256.
#6
@
13 years ago
- Keywords needs-testing removed
- Resolution set to fixed
- Status changed from new to closed
#7
@
13 years ago
A bunch more discussion on Github project: https://github.com/h5bp/html5-boilerplate/issues/1099
Adding here for future reference.
Apparently this will be fully fixed in iOS 6. Woot.
Reproduced with Safari on iPad3. Chrome seems to be fine though. Patch fixes it, as promised. Patch tested positively with iOS 5.1.1 Safari & Chrome and some ridiculously old HTC Android that I can't wait to get rid of.