You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI text in Nuvio TV appears very small and unscaled when running on Samsung TizenOS 8.x via TizenBrew. All text elements (titles, labels, navigation items, metadata) are rendered at a very small size, making the app nearly unusable from a normal TV viewing distance.
Install Nuvio TV via TizenBrew on Samsung TV (TizenOS 8.x)
Launch Nuvio TV from TizenBrew modules
Observe all UI text elements are very small / not scaled to TV viewport
Expected Behavior
Text should be scaled appropriately for a TV display, following the TV's resolution and viewing distance conventions (similar to native Samsung apps or other Tizen apps).
Actual Behavior
All text is rendered very small — appears as if the web app viewport is not scaling correctly for the TV resolution (3840x2160 on 85" screen). The Tizen wrapper does not seem to apply the correct viewport meta tag or CSS scaling for TV displays.
Possible Cause
The Tizen wrapper (NuvioMedia/NuvioTVTizen) may be missing a proper viewport configuration or CSS transform: scale() / zoom for TizenOS 8.x, which handles viewport scaling differently from previous versions.
Bug Description
The UI text in Nuvio TV appears very small and unscaled when running on Samsung TizenOS 8.x via TizenBrew. All text elements (titles, labels, navigation items, metadata) are rendered at a very small size, making the app nearly unusable from a normal TV viewing distance.
Device Information
Steps to Reproduce
Expected Behavior
Text should be scaled appropriately for a TV display, following the TV's resolution and viewing distance conventions (similar to native Samsung apps or other Tizen apps).
Actual Behavior
All text is rendered very small — appears as if the web app viewport is not scaling correctly for the TV resolution (3840x2160 on 85" screen). The Tizen wrapper does not seem to apply the correct viewport meta tag or CSS scaling for TV displays.
Possible Cause
The Tizen wrapper (
NuvioMedia/NuvioTVTizen) may be missing a proper viewport configuration or CSStransform: scale()/zoomfor TizenOS 8.x, which handles viewport scaling differently from previous versions.Additional Notes