I want users to be able to select text content (in ionic 2) so that they can copy it and paste it elsewhere, but it seems that text selection has been disabled. Users can se
You need to add the following CSS to the HTML tag you want to be selectable
user-select: text;