-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue appears to have been fixed in iOS 6! #16
Comments
Just out of curiosity, what's your meta viewport tag look like? So you're saying this:
... works in the latest iOS? That's good news. Do you happen to know of any blog posts that talk about this fix? I'll have to test... It would be nice to have the README make note of this. |
Just tested in iOS6, and it does appear to be fixed. That's cool! I'm kinda thinking that I'll just let older iOS versions spaz out for the sake of having one less JS file to manage/load. Not that I don't appreciate this code... It saved my layouts for those older IOSes. 👍 Anyone else out there deciding to let the older IOS versions do their thing? |
The issue does not appear to be fixed in iOS 6 for me. |
The code is written to only apply to iOS5 and older, so you can choose to include it or don't - either way, iOS6 won't be affected, as it's finally fixed :) On Nov 13, 2012, at 5:14 PM, Micky Hulse wrote:
|
Anyone have a link to official docs that say it's been fixed? I'd like to spread the word, but I can't find any official documentation. |
Is it really fixed? I just visited your test page on my iPhone running iOS6 and it is still happening. |
Well, it works on my iPhone 4S with IOS 6. |
This script does work in iOS5 for me, but not for iOS6. Anyone know why this could be happening? This is what my viewport looks like: |
I don't think it's been 100% fixed in iOS6. It seems to still happen, often, on the second rotation. Seemingly, even without being "ever so slightly" scaled. Here's at least one other who has noticed this, too: http://stackoverflow.com/questions/17678962/mobile-safari-ios6-does-not-change-viewport-width-on-the-second-rotation-wh/18091016#18091016 Any other confirmations on this? |
Yep, happens on the second rotation to me too (well, I am the one who posted this question to stackoverflow - http://stackoverflow.com/questions/17678962/mobile-safari-ios6-does-not-change-viewport-width-on-the-second-rotation-wh/18091016#18091016 ) |
Looks like Apple has fixed this issue in Mobile Safari in iOS 6! \o/
The README could be updated to reflect that, along with possibly not applying this hack when iOS 6 is detected.
The text was updated successfully, but these errors were encountered: