Textbox events with BBCode Text events #286
-
First off, I love these text plugins. Great job! I'm using ui-textbox and BBCode to display dynamic text in a typewriter speech bubble-like fashion. The issue is, I need both the TextBox I'm attempting to call the Really, what I need is the individual text wrapped in area tags, such as Do you know how I can accomplish this? Example (full code here)
NOTE: I found elsewhere in the discussion thread that top-only should do the trick. I've tried it and both events register (top-only set to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I add |
Beta Was this translation helpful? Give feedback.
I add
event
in last parameter of area touch event, might useevent.stopPropagation()
to cancel remaining touched events.This changing is on github and minify file of BBCodeText plugin, npm package will upgrade at end of this month.