window feature breaks on ios app
Open
- 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)
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.