#Update while minimized

3 messages · Page 1 of 1 (latest)

bold river
#

When I minimize my application, it no longer updates the UI. I'm hoping to create an app which can be captured using something like OBS while in the background. Is it possible to make Tauri draw UI updates even while minimized?

dapper sphinx
#

Is OBS even capable of capturing from a minimized window? I dont believe it can and that it's an OS optimization to not render anything while minimized

steady tangle
#

Yeah this is controlled by the webviews themselves actually. similar to how setInterval gets throttled in the background. Not much we can do here as far as i know