thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

Iframe inside lobipanel reloads each time panel gets maximized, minimized, unpinned #50

Open dkarantonis opened 6 years ago

dkarantonis commented 6 years ago

Hi,

i have an application that uses lobipanel to embed iframes. I have noticed that each time the lobipanel panels get maximized, minimized or unpinned (or other similar actions probably) the iframe gets reloaded and the contents get refreshed.

Is there any way to avoid such behavior? Meaning that iframe should not reload.

thanks!