Hi, could someone please point me in the right direction of how to ignore touch on a textarea?
I have text over a keyboard widget, and when I touch the text, the key doesn't press on the widget. I found a thread about this, but the link provided with the solution didn't work.
Cheers
EDIT: I meant text widget, not text area. However, I can't get it to work for either.
Text widgets are always non-interactive. Textarea widget do apply this property, but when the editor is enabled, interaction is always ignored to allow selecting the widgets. If it doesn't work, double check your css properties and theme file if any in case the css pointer-events property is overridden.