Skip to content

Conversation

@robertrpf
Copy link
Contributor

@robertrpf robertrpf commented Jun 4, 2025

Adds the option to create non focusable windows.

Now you can use focusable property to tauri.conf.json.

Default behaviour is true.

Using focusable as false will create a non focusable window.

"app": {
"windows": [
{
"title": "demoapp",
"width": 800,
"height": 600,
"focusable": false
}
],
},

The feature was requested in #11130

@robertrpf robertrpf requested a review from a team as a code owner June 4, 2025 09:03
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Jun 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jun 22, 2025

Package Changes Through d836758

There are 10 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-bundler with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri-runtime with minor, @tauri-apps/api with minor, tauri-plugin with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.7.0 2.8.0
tauri-utils 2.6.0 2.7.0
tauri-macos-sign 2.1.0 2.2.0
tauri-bundler 2.5.2 2.6.0
tauri-runtime 2.7.1 2.8.0
tauri-runtime-wry 2.7.2 2.8.0
tauri-codegen 2.3.1 2.3.2
tauri-macros 2.3.2 2.3.3
tauri-plugin 2.3.1 2.4.0
tauri-build 2.3.1 2.3.2
tauri 2.7.0 2.8.0
@tauri-apps/cli 2.7.1 2.8.0
tauri-cli 2.7.1 2.8.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog changed the title feat(windows): webview window focusable property #11130 feat(windows): webview window focusable property, closes #11130 Aug 17, 2025
Copy link
Member

@lucasfernog lucasfernog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one!

@lucasfernog lucasfernog changed the title feat(windows): webview window focusable property, closes #11130 feat(core): webview window focusable property, closes #11130 Aug 17, 2025
@lucasfernog lucasfernog merged commit 68874c6 into tauri-apps:dev Aug 17, 2025
29 checks passed
@github-project-automation github-project-automation bot moved this from 📬Proposal to 🔎 In audit in Roadmap Aug 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

2 participants