tauri-apps/tauri
View on GitHub[bug] Crashing app appearance after Windows Remote Desktop connection
Open
#6,199 opened on Feb 5, 2023
help wantedplatform: Windowsstatus: needs triagetype: bug
Description
Describe the bug
App appearance looks like the below screenshots before and after the Windows Remote Desktop connection. I guess the screen resolution changes caused this behavior somehow.
Before

After

After (Developers Tools - "html" tag inspection)
As you can see, "html" tag doesn't fill the whole page.
Reproduction
- Run the Tauri app
- Connect via Windows Remote Desktop from another computer to the computer that running the Tauri app
Expected behavior
No response
Platform and versions
Environment › OS: Windows 10.0.19045 X64 › Webview2: 109.0.1518.70 › MSVC: - Visual Studio Build Tools 2019 › Node.js: 16.13.2 › npm: 8.5.4 › pnpm: 7.19.0 › yarn: 1.22.17 › rustup: 1.25.1 › rustc: 1.63.0 › cargo: 1.63.0 › Rust toolchain: stable-x86_64-pc-windows-msvc
Stack trace
No response
Additional context
No response