question

Upvotes
Accepted
966 11 21 26

Can an App Studio app control the size of the container its opened in?

eikoneikon-app-studio
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
966 11 21 26

got it here

JET.resizeTo(width, height, inner)

width : number (Optional). Width of the window in pixel.

height : number (Optional). Height of the window in pixel.

inner : boolean (Optional). Whether specified width & height is the dimension of the viewport area i.e excluding border, title, toolbar, etc. Default is false.

JET.resizeBy(xDelta, yDelta)

xDelta : number (Optional). Value in pixel the window should be resized relative to the current size. Can be positive or negative number.

yDelta : number (Optional). Value in pixel the window should be resized relative to the current size. Can be positive or negative number.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.