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
Since TelemetryDeck.Device.screenResolutionWidth and screenResolutionHeight are in points, not pixels, it always reports 1080p on tvOS no matter what, even if the TV is 4k. Adding the display scale (e.g. UIScreen.main.scale) would allow differentiating between the two resolutions without having to change how the existing width and height parameters are measured.
Also for macOS, it might be helpful to be able to tell what percentage of users are on retina displays.
The text was updated successfully, but these errors were encountered:
Please give it a try and let me know if this works for you! The field is called TelemetryDeck.Device.screenScaleFactor. Thank you again for requesting this. 🙏
Since
TelemetryDeck.Device.screenResolutionWidth
andscreenResolutionHeight
are in points, not pixels, it always reports 1080p on tvOS no matter what, even if the TV is 4k. Adding the display scale (e.g.UIScreen.main.scale
) would allow differentiating between the two resolutions without having to change how the existing width and height parameters are measured.Also for macOS, it might be helpful to be able to tell what percentage of users are on retina displays.
The text was updated successfully, but these errors were encountered: