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

iframe doesn's scroll on IOS device #672

Closed
xmontana opened this issue Sep 14, 2017 · 2 comments
Closed

iframe doesn's scroll on IOS device #672

xmontana opened this issue Sep 14, 2017 · 2 comments

Comments

@xmontana
Copy link

Dear all,

I'm trying to use this excelent script, but when I open a external site with iframe it works perfect on desktop / mobile android, but in iPhone (Safari iOS 10) I can't scroll the web content :-(

@xmontana xmontana changed the title iframe doesn's scroll on IOS divice iframe doesn's scroll on IOS device Sep 14, 2017
@sachinchoolur
Copy link
Owner

Hey @xmontana,
For current use, please add the following css rule into your document.

.lg-has-iframe .lg-video {
   -webkit-overflow-scrolling: touch;
   overflow: auto;
}

I'll release new version with this fix ASAP

sachinchoolur added a commit that referenced this issue Sep 18, 2017
@sachinchoolur
Copy link
Owner

The issue has been fixed in version 1.6.1

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

No branches or pull requests

2 participants