I need to execute some code every time the user writes in a textarea. Currently, I am listening for a keyup
-event, but the latest years predictive keyboards has become normal on mobile devices. This does not trigger my event handler. It also does not get triggered when the user uses right click to paste text into the textarea.
Is there any event that let's me execute code also when the user changes the content of the textarea without pressing keys?