Javascript – How can I trigger Text selectable from an event or button click instead from pressing
I'm currently using for letting user to select and copy contents from a Text block <Text selectable={true}>some text</Text> The problem is that when using scrolling or tabbing to switch different Text block, or screen, the "Selection Action" is popped up…