Hi team,
I would like to do clickable any word (inside an item, or div, or p tag, or span…)
and return the clicked word. I use ionic 5.
I would appreciate any idea or suggestion.
Thanks a lot.
In jQuery is similar to this:
$("p").click(function() {
var aWord = window.getSelection();
console.log(aWord);
});
1 post - 1 participant