What is the best way to set frame with app to have full screen height? Setting body height to 100% doesn’t work, and using js to get window height not works well: outerHeight works well, but it slightly bigger then actual size i need because it’s outer, and innerHeight always returns the value Jira sets to iframe.
Another way that works well for now is to add to body or div this parameters:
id="ac-iframe-options" data-options="sizeToParent:true"
That works for now, but i’m not sure for future.