Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,017 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to get the screen resolution on a JS UWP app? I am tring to make my app go maximized when it starts.
EDIT: Oops, sorry. I have found a way to get the screen resolution.
window.outerHeight
and window.outerWidth
was the thing I needed.