-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
Two iframes on the same page, only on target runs the getPageInfo #562
Comments
I've no idea and would need a simple test case before I could understand the issue. |
Hi David thanks for you fast response and thanks for a greate library anyway we use it a lot |
@lukashanssondn I have this same issue and it has to do with the debounce of the getPageInfo function. You can verify this by modifying iframeResizer.js as follows:
|
Thanks Thomas this gave me the hope back to have this work :-) |
Do you want to make a PR for that? |
@davidjbradshaw Yes, I would like to remove the debounce from
Does that sound OK? |
Fixed in v3.6.0 |
I have a simple page with two iframes that I init with iFrameResize.
The sizing works fine on both iframes but only one iframe recives the info of the parent page thru the method parentWindow.getPageInfo
The readyCallback: runs on both iframes
but the metod parentWindow.getPageInfo runs only on the first iframe page to be initalized.
Is this a bug or em I doning something wrong?
The text was updated successfully, but these errors were encountered: