When trying to print from a published application, the users select the "Citrix PDF Printer" observe the message: "Getting PDF file...." (on the bottom right of the webpage) but do not see the "Continue print dialog" after which the document would open within a new tab.
Additionally, this behavior is observed after upgrade CWA for html5 2006 to newer versions like 2103
Rewrite policies for browser support were causing the issue with printing .
Upon reviewing the HTML5 logs, it was observed that after getting the print command, the print preview was not being generated because of content-security-policy. This security restriction was not allowing the print preview to come up.