Skip to content

File Picker Document in iOS cannot selected #185

@azisanw19

Description

@azisanw19
val documentPickerResult = remember { mutableStateListOf<KmpFile>() }
    val pickerLauncherDocument = rememberFilePickerLauncher(
        type = FilePickerFileType.Document,
        selectionMode = FilePickerSelectionMode.Single,
        onResult = { listKmpFile ->
            documentPickerResult.addAll(listKmpFile)
        }
    )

Document cannot be selected.

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