Skip to content

iOS and Android do not work. #113

Description

@jkelleyrtp

On Android, open is trying to use xdg which runs into permission issues:

07-14 16:04:30.374 17051 17072 I RustStdoutStderr: Commands to open link: ["xdg-open" "https://dioxuslabs.com/learn/0.6/", "gio" "open" "https://dioxuslabs.com/learn/0.6/", "gnome-open" "https://dioxuslabs.com/learn/0.6/", "kde-open" "https://dioxuslabs.com/learn/0.6/"]
07-14 16:04:30.382 17051 17072 I RustStdoutStderr: Error opening link: Err(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })

On iOS, it tries to use uiopen, but that doesn't work either:

16:05:48 [ios] Commands to open link: ["uiopen" "--url" "https://dioxuslabs.com/learn/0.6/"]
16:05:48 [ios] Error opening link: Err(Os { code: 2, kind: NotFound, message: "No such file or directory" })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions