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

Can't replicate window resizing #6

Closed
rwswan84 opened this issue Jan 2, 2014 · 3 comments
Closed

Can't replicate window resizing #6

rwswan84 opened this issue Jan 2, 2014 · 3 comments
Labels

Comments

@rwswan84
Copy link

rwswan84 commented Jan 2, 2014

I tried your project and believe I have most of it working. In your example, it dynamically resizes the iFrame and content when you adjust the window size manually. On my site, however, the iFrame does not resize and the callback values do not change when you resize the window. The iFrame is only adjusted when I change pages by clicking within the iFrame, causing a page refresh. You can check out my site at redhotrentalsaz.com. Thanks!

@davidjbradshaw
Copy link
Owner

Looks like you page in the iFrame is passing an additional message which is just a number, rather than a string. I've fixed the code to force all received messages to strings.

I need to update the GruntFile to version 4 to rebuild this before I can publish it. Hope to get some time later today.

@davidjbradshaw
Copy link
Owner

Checked in version 1.0.2, can you please let me know if this fixes your issue.

@davidjbradshaw
Copy link
Owner

I guess it did then.

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

No branches or pull requests

2 participants