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

Generic iFrame doesn't scroll on iPhone Chrome #24

Open
chameides opened this issue Aug 11, 2014 · 0 comments
Open

Generic iFrame doesn't scroll on iPhone Chrome #24

chameides opened this issue Aug 11, 2014 · 0 comments

Comments

@chameides
Copy link

This is a great service. Thanks for setting it up. Using Chrome on an iPhone5, I'm not able to get the generic iFrame to scroll, which is a problem if the iFrame content is larger than the iFrame.

It might help to add something like this:

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width : 1024px) {
#genericpreview .embed-container{
-webkit-overflow-scrolling: touch; /iframes should scroll/
overflow-y: scroll; /iframes should scroll, but this rule will cause two scroll bars in chrome on windows/
overflow-x: scroll;
}
}

I'll submit a similar pull request.

2014-08-11 17 29 52

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

1 participant