Fabian-Lars
Fabian-Lars
Can you try creating the folder before creating the file? Tauri won't automatically create folders it doesn't need itself and i think file.create doesn't either. Edit: If that fixes it,...
Thanks for contributing! We probably will wait until https://github.com/tauri-apps/tauri/pull/9964 lands as the instructions will change then.
9964 was closed but from the discussions emerged another signing guide: https://github.com/tauri-apps/tauri-docs/pull/2337 - it does not mention the play store though so i'd be open for suggestions on how to...
Oh damn. In alpha times we planned to bring this back before stable but completely lost track of it. This should be relatively easy to bring back since notify-rust has...
This may be a bit much to ask but does anyone have the time to provide a minimal reproduction repository for us to try? I test user apps basically daily...
For desktop use you're basically asking for Commands (part of the shell plugin). Probably not that viable on mobile. > to be able to close the opened browser tab This...
> no method named `shell` found for struct `AppHandle` The example is omitting the imports (either by accident or intentionally). The `Quick Fix` suggestions in your screenshot should have worked....
We typically don't backport features this large _ourselves_ but we'll look at community prs doing so. The changes, especially in Tao are not that trivial so i doubt this would...
> Maybe we could introduce a new from_position method and deprecate from_point for a smoother transition? with tao being 0.x this imo doesn't really matter unless we simply prefer one...
What happens if you close the app and re-open it (without restarting the ios dev process)? I almost exclusively use real devices and i didn't see this error for a...