Where do I file a bug in the Zoom App? - Embedded Browser Print Dialog Broken

Our app uses the Print dialog to print a document after our app flow finishes.

The Zoom Embedded browser doesn’t respect “Landscape” css directive, and there isn’t a way to manually print in Landscape mode.

There doesn’t seem to be any place I can find to submit a bug report.

Here is what it looks like - the layout direction buttons are not clickable.

1 Like

Hi @mark6 - Thank you for letting us know. Could you please try again with the latest client? We did some enhancements in this area for our 6.5.X release.

Hi Brendan, I can now change the orientation to Landscape!

However, it isn’t obeying the CSS directive by default. I do need to change the orientation manually.

  /* Print-specific styles */
  @media print {
    @page {
      size: landscape;
    }
    body {
      -webkit-print-color-adjust: exact;
    }
  }

Also, it doesn’t appear correctly in the print dialog (pages are appearing partially off screen - see the white space at the bottom of each screen in the attached image), but when I export to the PDF it does look correct.

@mark6 ,

Thank you for posting, @mark6! This sounds like it may be a bug. I’d be happy to open a ticket to have this behavior investigated further. Before doing so, could you share a screenshot of the default value you’re seeing for the CSS you’re looking to modify? If possible, could you also share a screen recording of the behavior you’re experiencing, along with the steps you used to get it to work as expected?