-
Notifications
You must be signed in to change notification settings - Fork 663
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
Trouble Displaying an iFrame #306
Comments
Hello again. I'm circling back around to say that I am doing some experimenting with jquery-modal and iframes. I find that I can indeed display an iframe in the popup. Great! So, there must be something about that iframe being obtained from Square. Sigh. I will muddle on. I'm gonna leave this issue open for a bit in the hope that someone will choose to throw some wisdom my way (I'm a bit of a nob, actually). |
One more time, y'all. I'm making some progress on figuring out what the problem is by digging into the Square sample code that I am using. I am concluding that it is not a jquery-modal issue. Sorry to have troubled you needlessly. |
Well folks, I'm back. It turns out that I was premature in closing the issue. Here is where I currently am with it: Below you will see two, Safari screen shots wherein the developer tools are showing - Before and After In the Before screenshot you can see the following: In the Afte screenshot you can see the following: Huh? I will continue to dig. Any remarks form you all will be much appreciated. |
It seems that jquery's append() method is the culprit. I've tried to step into the code and figure out what is happening but I'm just not smart enough. And, it seems that jquery-modal is no longer getting any love and attention. Shucks! Guess I'll have to go elsewhere. |
Hey. Check. out my hard coded, that ain't the way to do it, modification of jquery's append method and then check out that beautiful popup! What? Huh? The hell with it. I'll take it.
|
Hello.
I am developing an application that uses Square to process user payments. In order to accomplish the payment processing my app displays a UI that my app obtains from the Square server, This Square UI takes the form of an iframe that allows the user to interact directly with the Square server in order to provide credit card information.
If I display the Square UI directly on my page then all is good. See the "SquarePaymentProcessing" screen shot.
However, if I display the Square UI in a jquery-modal popup then it does not render, even though the other elements that my application adds to the jquery-modal popup (such as the Submit Payment button) do appear properly. See the "SquarePaymentProcessingJqueryModal" screen shot wherein significant information is being displayed in the JavaScript Console (I added a red border to the Square UI).
If you folks cannot offer me any other help then at least please tell me this: Should I have an expectation that jquery-modal is capable of displaying an iframe?
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: