You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to introduce a new state integer, "hold". This is meant to be used to halt/pause rendering of an container, for example to lazy load ads when the user scrolls.
If we set the frame state to '40' on queue host will think it is resolved. When we want to render it we can then set the state to '0' again. This solution does not require additional code, just a reserved state-integer which is higher than resolved.
Hi,
we want to introduce a new state integer, "hold". This is meant to be used to halt/pause rendering of an container, for example to lazy load ads when the user scrolls.
If we set the frame state to '40' on queue host will think it is resolved. When we want to render it we can then set the state to '0' again. This solution does not require additional code, just a reserved state-integer which is higher than resolved.