-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Tauri integration #313
Comments
Hey there. Thanks @schickling for the heads up. I think that all of these issues have been resolved by the RC, which is now available at crates.io / npm respectively (and is recommended for stability going forward). Although I am not sure what you mean with Opening links in new tabs (in the browser???) |
This too has been fixed:
|
Thanks @nothingismagick ! That
(5) & (6) regarding the menus are indeed not issues with Tauri but things I have yet to address. |
Clarifying the "import dialog", how this works is:
This means I can't replace it with https://tauri.studio/docs/api/js/modules/dialog/ |
|
With regard to |
|
Downloading files? I would need to know more about what you mean. From a remote webserver? From the core app? You want it to go to the Downloads folder? I am not trying to be obtuse here, just getting a feeling for what you need. |
@nothingismagick Downloading files is done using I did already know about the dialog module, but wanted to stick with On the Tauri Discord it was suggested to me I could write plugins for |
Import dialog works now, still having trouble opening links in default browser and downloading files with |
Download link isn't supported yet: tauri-apps/wry#349 |
Incoming: tauri-apps/wry#530 |
Thanks @nothingismagick ! Discussed the "new tab" links on Discord. Notes:
|
Setting dark mode explicitly changes the CSS successfully. By looking at this code, it should do that: https://github.com/tauri-apps/tao/blob/93c256f9835b2da853129f2a1d77287aa714934e/src/platform_impl/windows/dark_mode.rs#L155-L181 (tauri v1.0.3) |
Dark mode is fixed, may have been a plugin that interfered with the theme detection. |
Tauri integration somewhat works now, but there are issues (and I've only tested on MacOS).
Dialogs don't work (eg. for importing data)FixedTypeError: window['5ae98b93-333b-439e-a895-08f45041b522'] is not a function. (In 'window['5ae98b93-333b-439e-a895-08f45041b522']({event: "tauri://resize", payload: {"height":1690,"width":2336}})', 'window['5ae98b93-333b-439e-a895-08f45041b522']' is undefined)
To dos:
yarn tauri build --target universal-apple-darwin
The text was updated successfully, but these errors were encountered: