-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
'Greet' example does not work on Windows 11 or Linux (Pop_OS 22.04) #147
Comments
Thanks for the report, I kinda expected this to be the case since I haven't tried the new ipc router on windows or linux yet. Thanks for the heads up though 👍 Edit: For later reference the url scheme on windows looks like this Edit2: Fixing this on linux is more difficult since older versions of webkitgtk don't preserve request bodies (please don't ask why, I don't know myself it's absolutely stupid) with this only being fixed in the very latest versions. We're currently exploring all possible options (including potentially replacing webkitgtk with chromium) so any ideas are very welcome here |
I could try to provide a PR for this (to fix this on Windows). I would use conditional compilation or any other suggestions. (Command line flag?) Would that be ok? Edit1:
|
any updates? |
The 'greet' example from this repo gives the following error in the devtools console on Windows:
On Linux, the following error is received instead:
The example does appear to work just fine on MacOS.
Steps to reproduce:
Expected result:
Text to appear below the text box with a greeting using the name provided.
Actual result:
Nothing appears in the main window and errors appear in the devtools console.
tauri-bindgen-error_windows.txt
tauri-bindgen-error_linux.txt
The text was updated successfully, but these errors were encountered: