Tobias Domhan

Results 7 issues of Tobias Domhan

This is an attempt at a fix. There may be a better way to do this. When cutting + pasting the root node's references are not preserved. The problem is...

I tried to compile a game using SDL 1.3, but it complained that it couldn't find unicodestuff.h: jni/../jni/sdl-1.3/src/video/android/SDL_androidinput.c:45:26: fatal error: unicodestuff.h: No such file or directory

### Describe the bug I'm trying to customize the application menu for a Tauri V2 app on Mac OS. While the default menu (that includes undo/repo and other items) works,...

type: bug
status: needs triage

**Problem** Trying the multiwindow example with 0.6 I was not able to close the new window that gets successfully opened. Steps to reproduce the behavior: - Create a new window...

bug

**Problem** Currently the contexts that are passed to LaunchBuilder::new().with_context_provider do not gets used in the mobile launcher. See here https://github.com/DioxusLabs/dioxus/blob/main/packages/mobile/src/lib.rs#L15 where the contexts that are passed are not forwarded to...

bug

The request header does not support unicode characters leading to `Type: error` when calling `setRequestHeader` with a non-ascii string. This PR first encodes the data using base64 before setting the...

**Problem** When typing on Android one sometimes runs into BorrowMutError. I was not able to reproduce this on MacOS yet, only on Android via the emulator (which may also be...

bug