Has anyone experience with auto resizing iFrames for MxApps?

0
Hi I am wondering whether someone has experience with integrating a MxApp through iFrame. I want to include our MxApp in a Wordpress environment, but the iFrame should auto resize the height according to it's content. A lot of info on the net, tried some of them but not succesful ...I hope someone has experience with this? thnx
asked
1 answers
1

For an IFrame inclusion, I used the library https://github.com/davidjbradshaw/iframe-resizer

However be aware that Mendix uses cookies, and since Safari (both desktop/mobile) and Internet Explorer block cookies in Iframes when that Iframe is loaded from a different domain by default, you will not be able to use your Mendix application in those browsers. I did file a support ticket about this with Mendix but they were unable to resolve this for the cloud environment.

answered