-
Notifications
You must be signed in to change notification settings - Fork 89
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
resizeWindow not firing when window is resized #36
Comments
I should mention that on page load resizeWindow does trigger, and I am handling the event properly (hence the difference in height between my two examples) |
i have the same problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have gotten the form to display in an iframe on my page following
README-AcceptHosted.md
The communicator seems to be working. I have a
console.log
printing any timeonmessage
fires.If I make the browser window wide or narrow it does not fire
resizeWindow
(bug)If I start with a wide window, then drag to a narrow window, the submit button is clipped off. I can, at that point, click on the alternative payment method (i.e. toggle between credit card or bank account) and it triggers a
resizeWindow
event. This then shows the button. But the simple act of resizing the window does not seem to be triggering an event.Sometimes users will maximize or resize their window, and I can't seem to figure out a way to handle that gracefully without being able to access the height of the hosted form.
The text was updated successfully, but these errors were encountered: