-
writeTextFile does not work with iOS. The code completes without any errors, but the iOS simulator and actual device show an empty file.
```
save().then(filePath => {
console.log(filePath)…
-
### Describe the bug
Let me know if this is the wrong place--I couldn't find the Issues tab on the notification plugin repo.
When attempting to schedule a Notification on iOS, the app crashes and t…
-
### Describe the bug
When dragging files on Xorg, the icon of a file does not disappear after being dropped and gets stuck on the screen until reboot.
[Запись экрана от 2024-10-13 16-12-51.webm]…
-
### Describe the bug
I'm trying to create a webview inside my current WebviewWindow using javascript.
It fails with the following error:
`Failed to load resource: the server responded with a stat…
-
### Describe the bug
After operating the window in full screen mode, hide the window, and run app.prevent_close(), a black screen appears to exit the window.
https://github.com/user-attachments/as…
-
### Describe the bug
```ts
const toImage = async () => {
return new Promise((resolve) => {
const img = new Image();
img.src = logo;
img.onload = () => {
requestAnimationFr…
-
### Describe the bug
The following code works fine in the development environment, but will not take effect after packaging.
```rust
fn main() {
tauri::Builder::default()
.setup(|ap…
-
It would be very nice to have push notification integration for other apps trough [Unified Push](https://unifiedpush.org/spec/dbus/) over ntfy.
This would also help get the ball rolling in the linux …
-
### Describe the bug
FS's readDir() (being called from JS front-end) is giving me "No such file or directory" for any path I've tried on an IOS simulator.
I have set the permissions correct, but *…
-
### Describe the bug
Here's my code
```js
let db = await Database.load(`mysql://${username}:${password}@${host}:${port}/information_schema`)
let res = await db.select(`SELECT * FROM INFORMATION_SC…