I am using Experience Builder Developer edition 1.15, and have a problem I did not have with version 1.12
I have an embedded app (from a non-ESRI & non-ArcGIS domain) that has built in print functionality (via a button, pop-up & download). As I understand it, the sandbox attribute is set on external apps. I set the sandbox attributes in the Code section of the Embed widget but still the print is not working. I have tried Chrome, Firefox and Edge, but none work.
What I've added to the HTML code :
sandbox = "allow-forms allow-scripts allow-same-origin allow-popups allow-downloads"
What are the correct settings to allow the print to function?