Hi there I'm trying to access selected html text from an HTML component in an AIR app. I'm able to get selected text that excludes html tags by calling a JS function: window.getSelection(). This excludes the HTML tags though.
I've tried using my HTML component's textSnapshot property this has a charCount of zero. Does anyone have good suggestions on how to get: a) the parent tag or id of a selected piece of text either via AIR or JS b) how to get the raw text of a selection (that includes tags) via AIR or JS Thanks Tracy

