I am trying to create a new web app to the s410 box, and want to have it work as 1080p putting uiwidth="1920" uiheight="1080"
But my Tv and or a monitor do not fill the scree and display the app/page in the top left corner shrinked.
Note: If I use uiwidth="1280" uiheight="720" size it fills the screen correctly,
What am i doing wrong or missing in the configuration on the provisioning xml :
Code: Select all
...
<webapps override="false">
<app name="test" title="test" uiwidth="1920" uiheight="1080" url="http://my domain" api="tvip" />
</webapps>
..