Just as we capture text with for example onChange event in an input html tag, is there a way to capture gifs or stickers from keyboard please?
something like
<input type="text" onChange=(({currentInput: input})=\> {//some updating code}) />
with smartPhones soft keyboards, suppose a user choose a sticker or a GIf how can i capture that ??