When full screen button is pressed point cloud is invisible

Hello Team,
I am facing one issue where, when I press the full screen button the rendered point cloud turns invisible.
image

I believe I have to call viewer.requestrender() to resolve this.
But not able to figure out event’s that need to be catch when we press the full screen button.

Thank you !!

Hi there,

If you are using request render mode, this is the kind of application-level interaction which calls for a render request. There’s more detail about how that mode is designed to work in this blog post.

Hope that helps!