Javascript UWP App Get Screen Resolution [FIXED]

백현민 1 Reputation point
2020-04-11T11:57:58.59+00:00

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.

Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.