#21577 closed defect (bug) (fixed)
Twenty Twelve: IOS Zoom bug
| Reported by: | bradthomas127 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
14 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.
#7
@
14 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.