react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

Make text selectable by words

Open noway opened this issue 6 years ago • 1 comments

Hello, would be really great if you could select text by words like in this screenshot:

image

selectable={true} doesn't select by words unfortunately, only the whole text. I also tried using

<TextInput
        value={children}
        editable={false}
        multiline
        {...restProps}
      />

as a TextComponent prop, but no luck there either - I think TextInput is not rendered correctly inside a <Text> element which is the way HTMLView requires the rendering to be.

So would be really good to have that feature built in.

Cheers

noway avatar Aug 25 '19 11:08 noway

Hello! Any updates on this?

lalbuquerque avatar Feb 01 '22 19:02 lalbuquerque