We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.Based on the WebviewWindow case( WebviewWindow Example )
2.On click the button ( create wind ) triggers the following method
const webview = new WebviewWindow(label, { title: title, url: '/exp', resizable: resizable, width: 600, height: 400, center: true, fullscreen: false, skipTaskbar: false, decorations: false, transparent: true, //! invalid dragDropEnabled: true, })
3.Expected results:
4.The actual result:
Case address tauri-vue3-tmp
No response
tauri info
[✔] Environment - OS: Windows 10.0.19045 x86_64 (X64) ✔ WebView2: 129.0.2792.89 ✔ MSVC: Visual Studio 生成工具 2022 ✔ rustc: 1.81.0 (eeb90cda1 2024-09-04) ✔ cargo: 1.81.0 (2dbb1af80 2024-08-20) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default) - node: 18.20.4 - pnpm: 9.10.0 - yarn: 1.22.22 - npm: 10.7.0 [-] Packages - tauri 🦀: 2.0.6 - tauri-build 🦀: 2.0.2 - wry 🦀: 0.46.3 - tao 🦀: 0.30.3 - tauri-cli 🦀: 2.0.3 - @tauri-apps/api : 2.0.3 - @tauri-apps/cli : 2.0.5 [-] Plugins - tauri-plugin-log 🦀: 2.0.1 - @tauri-apps/plugin-log : not installed! [-] App - build-type: bundle - CSP: unset - frontendDist: .. - devUrl: http://localhost:5173/ - framework: Vue.js - bundler: Vite
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
1.Based on the WebviewWindow case( WebviewWindow Example )
2.On click the button ( create wind ) triggers the following method
3.Expected results:
4.The actual result:
Reproduction
Case address tauri-vue3-tmp
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: