We have several different iframes we show in our application. Due to high load times, we decided to start preloading them by creating the iframes in JavaScript and attaching them to a hidden node of size zero.
This has worked really well on desktop browsers and mobile devices. In Cordova on iOS, however, the iframes are popping up in their own windows, and we're unsure why.
Here's a video: https://www.loom.com/share/d3a9de15816c4129899af28384076b55
Is there any way to prevent this behavior?
2.1m questions
2.1m answers
60 comments
57.0k users