I am using CEF as the UI framework in my app, but I have started observing some issues/lag with the window resize workflow.
I’ve noticed that after repeatedly resizing the main app window when I release the pointer, the content within the CEF window continues to follow the resizing path and takes 2-3 seconds to adjust to the final window size.
This issue is being observed on MacOS as well as Windows. On trying out older versions of CEF, I observed that the issue doesn't happen in version 88.0.4324.182, am not sure what changed since then which is causing this behavior. Is there any flag or CEF setting I could look into to fix this behavior? or any other suggestions would be helpful.
I have attached a video of the CEF client app showing this issue.