CMS: Docker Xibo v 2.1.2
Player: Xibo for Android v2 R202
Hi, I’m facing a problem with a Dataset view. My layout has 2 Dataset widgets with custom css to show tables 100% width. Sometimes (apparently randomly) the table appears in a weird way (see attached photos).
Debuging player rendered HTML I see that when the table is broken the meta viewport content width is lost:
<meta name="viewport" content="width=[[ViewPortWidth]]">
And this is shown in the developer tools console:
The value "[[viewportwidth]]" for key "width" is invalid, and has been ignored.
Is there a way to force the viewport width when this happens? If you need further information please advice.
Thanks in advance.
Debug tools:
Table view when viewport width lost (table has 2 rows but only 1 shown and not 100% width):
Table view when viewport width is calculated correctly:


