Steven Vandevelde

Results 155 comments of Steven Vandevelde

Seems to be an issue with Google Drive, the other sources work. I'll look into it. Thanks for creating an issue!

Seems to be possible, hard to tell with the documentation focusing on the C++ SDK. There's a bit of info available at https://mega.nz/doc (see "under the hood") One thing that...

Thanks @nothingismagick ! That `is not a function` error has indeed been fixed 👍 Not sure what else is supposed to be fixed, so let me clarify the points layed...

Clarifying the "import dialog", how this works is: 1. User clicks `` 2. Elm injects a `` 3. Elm clicks `` This means I can't replace it with https://tauri.studio/docs/api/js/modules/dialog/

`` links should be able to be opened. The default config only allows links matching the regex `^https?://`. I've tried to set it to allow everything using `{ allowlist: {...

@nothingismagick `` should open in a new web view, or the default browser. Don't have a strong preference. I found out that this should already work in Tauri, but, I'm...

Import dialog works now, still having trouble opening links in default browser and downloading files with ``

Download link isn't supported yet: https://github.com/tauri-apps/wry/issues/349 Might be possible to "polyfill" this using https://tauri.app/v1/api/js/modules/dialog

Thanks @nothingismagick ! Discussed the "new tab" links on Discord. Notes: - Relative links can't be opened in the browser because of the custom `tauri` protocol - I'm using https://github.com/tauri-apps/tauri-plugin-localhost,...

Setting dark mode explicitly changes the CSS successfully. It doesn't however detect dark mode automatically when not setting a preferred theme. By looking at this code, it should do that:...