Skip to content

window feature breaks on ios app #104

@h3llmy

Description

@h3llmy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions