xibosignage / xibo

Xibo Digital Signage
https://xibosignage.com
GNU Affero General Public License v3.0
572 stars 164 forks source link

Webpage: The player shows only partial rendering of the HTML content #3424

Closed ifarzana closed 3 months ago

ifarzana commented 4 months ago

Issue:

A webpage widget on a playlist with a manual position and offset top only shows the webpage partially and does not display the whole page.

Steps:

Actual Result:

Expected result

Note that a webpage widget with above settings (i.e., Manual Position and Offset Top) that is not inside a playlist works as expected.

dasgarner commented 4 months ago

I think this is likely a player issue, so we will remove it from the milestone and investigate further.

dasgarner commented 3 months ago

OK, this is a CMS issue.

The root cause is that we use the $(target).height() to set the height of the iframe and on Android that is a thin letterbox:

Image

Reassigning to current sprint to be worked on.

dasgarner commented 3 months ago

You can supply a pageHeight to workaround the issue.