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

Several iframes on the same page creates infinite loop? #11

Open
simpel opened this issue Jul 1, 2013 · 3 comments
Open

Several iframes on the same page creates infinite loop? #11

simpel opened this issue Jul 1, 2013 · 3 comments

Comments

@simpel
Copy link

simpel commented Jul 1, 2013

Hey guys. Great project this!

Just one issue on my side, when I have several iframes on one page that all utilizes the script it all goes bananas and the browser hangs. My child script

 var frame = responsiveIframe();
 frame.allowResponsiveEmbedding();

Any ideas on why this can be? This is how I call everything:

$('#mobile').responsiveIframe();
$('#tablet').responsiveIframe();
$('#desktop').responsiveIframe();

@simpel
Copy link
Author

simpel commented Jul 1, 2013

I should also say that I get no script errors or anything like that.

@mbseid
Copy link
Contributor

mbseid commented Jul 1, 2013

Thanks, I will take a look, and see what may be going on. Just to be clear, are you using the same src for all the iframes? Just want to be sure as I test it out.

@simpel
Copy link
Author

simpel commented Jul 1, 2013

Hey! Yep, same source!

Den måndagen den 1:e juli 2013 skrev Michael Seid:

Thanks, I will take a look, and see what may be going on. Just to be
clear, are you using the same src for all the iframes? Just want to be sure
as I test it out.


Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-20305545
.

@robertwood62
Copy link

I've got this issue also. Was there a fix to resolve this issue?

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

3 participants