You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new app with npx create-tauri-app and only changed fullscreen to true in tauri.conf.json. The app opens in fullscreen on Windows and macOS, but it does not open in fullscreen on Ubuntu.
Describe the bug
I created a new app with
npx create-tauri-app
and only changedfullscreen
totrue
intauri.conf.json
. The app opens in fullscreen on Windows and macOS, but it does not open in fullscreen on Ubuntu.Reproduction
fullscreen
totrue
intauri.conf.json
Expected behavior
App should open in fullscreen window.
Platform and versions
Operating System - Ubuntu, version 20.04 X64 Node.js environment Node.js - 16.14.2 @tauri-apps/cli - 1.0.0-rc.6 (outdated, latest: 1.0.0-rc.7) @tauri-apps/api - 1.0.0-rc.2 Global packages npm - 8.5.0 pnpm - Not installed yarn - Not installed Rust environment rustup - 1.24.3 rustc - 1.59.0 cargo - 1.59.0 toolchain - stable-x86_64-unknown-linux-gnu App directory structure /src-tauri /public /node_modules /.vscode /dist /.git /src App tauri - 1.0.0-rc.4 tauri-build - 1.0.0-rc.4 tao - 0.6.4 wry - 0.13.3 build-type - bundle CSP - unset distDir - ../dist devPath - http://localhost:3000/ framework - Svelte
Stack trace
No response
Additional context
Edit:
setFullscreen(true)
of the tauri JS window API works as expected.The text was updated successfully, but these errors were encountered: