Hi,
I use a breakpoint container for mobile and PC view. I have same components in my small and large container so I would like to execute bindings only for the displayed container to prevent duplicate executions.
Is the hidden container in "sleeping" mode (bindings and scripts not executed while is not displayed) ?
1 Like
Hi Flavien, as far as I´m concerned the bindings of both containers will be executed.
If you could set the bindings to some objects in the custom section and then bind the components of each container to these custom objects. This way you only execute once the bindings.
Another option could be to control the execution of the bindings with the width value of the view, but personally I consider the previous option is more elegant.
Regards!
2 Likes