Question
How to get client screen resolution
hello,
I want to get the screen size, how do I do it on ThingWorx 9.3.2
what I have tried :
//This will return a string for the resolution Output = screen.width + "x" + screen.height
Detect Resolution of Monitor viewing a ThingWorx Mashup
and
console.log("Width: " + screen.width);
console.log("Height: " + screen.height);
still can't get resolution please suggest thanks you.

