webix window with fullscreen and resize

HI Webix team,

can you give me a snippet on webix window with fullscreen and resize,

i tried with fullscreen but it is not working

Thanks.

Hello @sriram,

can you give me a snippet on webix window with fullscreen and resize, i tried with fullscreen but it is not working

The resize functionality isn’t supported in the fullscreen mode, mainly because of the way the fullscreen mode operates in general. Basically, the view can alternate between the “fullscreen” and “non-fullscreen” modes. By design, if you are explicitly setting the “fullscreen” mode, the view is expected to take up the whole page, and is not supposed to be resized afterwards, as the behaviour is not intuitive in general.

If you still wish to combine both of them, please take a look at the suggested solution: https://snippet.webix.com/hxmg2g9z.