Hi.
I need some help.
I’m trying to find out the size in px of :
- current page: innerWidth, innerHeight, width, height
- root width, height
I tried
screen.getOpenedScreens().getRootScreenOrNull().getWindow().getHeight();
screen.getOpenedScreens().getRootScreenOrNull().getWindow().getHeightSizeUnit().toString();
but the result in 100% not px
An example would be good.
Thanks