Skip to content

Android: onSelectionChange event is not triggered #45

@xTMNTxRaphaelx

Description

@xTMNTxRaphaelx

onSelectionChange event is not triggered on android device

<PasteInput
              onPaste={onPaste}
              ref={ref}
              value={text}
              onChangeText={setText}
              multiline
              textBreakStrategy='simple'
              autoCorrect={false}
              importantForAutofill='no'
              cursorColor={theme.color.blue_600}
              onSelectionChange={(e) => {
                 console.log(e) // its not triggered on android device
              }}
            />

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