feat(windows): webview window focusable property #11130
Adds the option to create non focusable windows in Windows.
The feature was requested in https://github.com/tauri-apps/tauri/issues/11130
Package Changes Through a3e0af64e44c0b1d8794a9e95d5fb6852dc5ca60
There are 1 changes which include tao with patch
Planned Package Versions
The following package releases are the planned based on the context of changes in this pull request.
| package | current | next |
|---|---|---|
| tao | 0.34.0 | 0.34.1 |
Add another change file through the GitHub UI by following this link.
Read about change files or the docs at github.com/jbolda/covector
we should try to implement this for the other platforms too
yeah, sooner or later at least. the author asked upfront if windows-only implementation is okay for a start. I said yes, cause it's a start at least. Not sure if one of us can work on linux / macos anytime soon so maybe merge it windows-only for now and add the other platforms later?
gtk seems to be easy* so i can add that right to this pr but i can't spot anything for macos
* if accept-focus is right, weird that electron doesn't support linux
edit: for macos, ~~electron sets setDisableKeyOrMainWindow but i don't find any mention of this anywhere else on the internet.~~ nvm that's a custom setting they use as a return value for the overwritten canBecomeMain|KeyWindow methods.
CI error on Windows has been happening for a while, not related to this PR