Skip to content
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

initial-scale handling width #1478

Closed
lkrids opened this issue Nov 27, 2013 · 2 comments
Closed

initial-scale handling width #1478

lkrids opened this issue Nov 27, 2013 · 2 comments

Comments

@lkrids
Copy link

lkrids commented Nov 27, 2013

This is more a question related to #824.

How do browsers calculate initial-scale if it isn't set in a meta tag? I assumed it would zoom out up to a certain point to try to fit everything widthwise on the screen on page load. However, this is an example of that not happening: http://jsbin.com/osOrIlE/1. Viewing that link on an iPad you have to scroll horizontally to see all the content. To force the browser to zoom on page load so all the content is visible widthwise I had to add extra height: http://jsbin.com/ehojOyA/1. Viewing that link on an iPad you can see all the content widthwise on page load. I was testing on an iPad mini.

@alrra
Copy link
Member

alrra commented Nov 27, 2013

@lkrids from CONTRIBUTING.md:

Please do not use the issue tracker for personal support requests (use Stack Overflow or IRC)

@lkrids might want to check this out (although, I don't know how useful it will be).

@alrra alrra closed this as completed Nov 27, 2013
@lkrids
Copy link
Author

lkrids commented Nov 27, 2013

@alrra thanks for the link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants