Apologies for the slightly vague question but I\'m pulling my hair out. Since this update we have had numerous calls regarding printing from our web app. Our web app uses
We were having multiple frames in the print screen and calling document.execCommand('print', false, null); could not fix our issue. Instead window.parent[frameName].document.execCommand('print', false, null); fixed it.