WebViewGadget question
Posted: Fri Oct 10, 2025 3:39 pm
Per MS documentation:
"For performance reasons, developers should set the IsVisible property of the WebView to FALSE when the app window is minimized and back to TRUE when the app window is restored. The app window does this by handling SIZE_MINIMIZED and SIZE_RESTORED command upon receiving WM_SIZE message."
Is this implemented behind the scenes for the gadget? Or do I have to mess with interfaces myself?
Its PB functionality could be expanded upon on Windows for sure. Suspend/resume. Navigation completed. That kind of stuff.
"For performance reasons, developers should set the IsVisible property of the WebView to FALSE when the app window is minimized and back to TRUE when the app window is restored. The app window does this by handling SIZE_MINIMIZED and SIZE_RESTORED command upon receiving WM_SIZE message."
Is this implemented behind the scenes for the gadget? Or do I have to mess with interfaces myself?
Its PB functionality could be expanded upon on Windows for sure. Suspend/resume. Navigation completed. That kind of stuff.