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.