DioxusLabs / DioxusLabs/sdk

window feature breaks on ios app

Open
#104 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
302
Forks
58
PR merge metrics
No merged PRs in 30d

Description

after installed the dioxus-sdk-window the ios app crashed

i have try to comment this code and its works, but i don't know it will break other platform support
```
#[cfg(not(any(target_family = "wasm", target_os = "windows", target_os = "macos")))]
fn get_theme_platform() -> ThemeResult {
Err(ThemeError::Unsupported)
}
```

Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.